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

[REL] - 2024.10.1 #65

Closed
12 of 14 tasks
trallard opened this issue Oct 22, 2024 · 1 comment · Fixed by #67
Closed
12 of 14 tasks

[REL] - 2024.10.1 #65

trallard opened this issue Oct 22, 2024 · 1 comment · Fixed by #67
Assignees

Comments

@trallard
Copy link
Collaborator

trallard commented Oct 22, 2024

Release details

Scheduled release date - 2024/10/23

Release captain responsible - @trallard but tagging here @gabalafou and @soapy1 in case I do not get to it before being OOO


1. Pre-flight checks

2. Prepare the codebase for a new release

  • Create a new git branch for the release git checkout -b release-2023.11.1

    • Prepare the branch with git clean -fxdq
  • Bump the version in the package.json file

  • [Optional] Update the conda-store-ui version used in the extension:

    yarn upgrade @conda-store/conda-store-ui@<version>
  • Update the CHANGELOG.md file with the new version, release date, and relevant changes 1.

  • Check the version locally with hatch version

  • Build and test locally (see the RELEASE.md file for more details)

  • Make a release commit: git commit -m 'REL - 2023.11.1'

  • Push the release (REL) commit git push upstream main

  • If a release candidate is needed, tick this box when we're ready for a full release.

3. Make the release

Footnotes

  1. If you wish, use github-activity to generate a Change log, e.g. github-activity conda-incubator/conda-store --since 2023.11.1 --until 2023.10.1. 2

@trallard
Copy link
Collaborator Author

Release can be found at https://pypi.org/project/jupyterlab-conda-store/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants