Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 3.0.0a0 #73

Closed
6 of 18 tasks
bollwyvl opened this issue Sep 24, 2023 · 0 comments
Closed
6 of 18 tasks

release 3.0.0a0 #73

bollwyvl opened this issue Sep 24, 2023 · 0 comments

Comments

@bollwyvl
Copy link
Contributor

bollwyvl commented Sep 24, 2023

  • merge all outstanding PRs
  • ensure the versions have been bumped (check with doit)
  • ensure the CHANGELOG is up-to-date
    • move the new release to the top of the stack
  • validate on binder
    • not up today

  • wait for a successful build of main
  • download the dist archive and unpack somewhere (maybe a fresh dist)
  • create a new release through the GitHub UI
    • paste in the relevant CHANGELOG entries
    • upload the artifacts
  • actually upload to npm.com, pypi.org
    cd dist
    twine upload *.tar.gz *.whl
    npm login
    for tarball in deathbeds-jupyterlab-font*.tar.gz; do
      npm publish .tgz
    done
    npm logout
  • postmortem
    • handle conda-forge feedstock tasks
    • validate on binder via simplest-possible gists
    • bump to next development version
    • update release procedures
@bollwyvl bollwyvl pinned this issue Sep 24, 2023
@bollwyvl bollwyvl unpinned this issue Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant