jupyterlab-starters icon indicating copy to clipboard operation
jupyterlab-starters copied to clipboard

Release 2.0.0a0

Open bollwyvl opened this issue 3 years ago • 1 comments
trafficstars

Checklist

  • [x] start a release issue with a checklist (maybe like this one)
  • [x] merge all outstanding PRs
    • [x] https://github.com/deathbeds/jupyterlab-starters/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0.0a0
  • [x] ensure the versions have been bumped (check with doit test:integrity)
  • [x] ensure the CHANGELOG is up-to-date
    • [x] move the new release to the top of the stack
  • [ ] validate on binder
  • [ ] validate on ReadTheDocs
  • [ ] wait for a successful build of master
  • [ ] 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 jupyter_starters*
    npm login
    npm publish deathbeds-jupyterlab-rjsf-$VERSION.tgz
    npm publish deathbeds-jupyterlab-starters-$VERSION.tgz
    npm logout
    
  • [ ] postmortem
    • [ ] handle conda-forge feedstock tasks
    • [ ] validate on binder via simplest-possible gists
    • [ ] activate the version on ReadTheDocs
    • [ ] bump to next development version
    • [ ] update release procedures

bollwyvl avatar Aug 13 '22 16:08 bollwyvl

Any chance of a new release? I'd really like to use this for a project but would also really like the ability to group items in the launcher. I'd offer to help but honestly won't have much time for at least a month....

mwcraig avatar Oct 09 '23 22:10 mwcraig