You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the conda-forge feedstock version through a PR or review and merge the regro-bot PR. (This should be picked automatically by the regro bot, but it can take a few hours)
If needed - update meta.yaml or recipe.yaml and re-render the feedstock.
Open a follow-up PR to bump conda-store and conda-store-server versions to the next dev-release number (for example 2024.10.1).
Release details
Scheduled release date - 2024-09-17
Release captain responsible - @peytondmurray
1. Pre-flight checks
block-release ⛔️
label2. Prepare the codebase for a new release
Create a new git branch for the release
git checkout -b release-2023.9.1
git clean -fxdq
Bump
conda-store
version inconda-store/conda-store/__init__.py
Bump
conda-store-server
version inconda-store-server/conda-store-server/__init__.py
Update the
conda-store-ui
version used inconda-store-server
conda-store-server/hatch_build.py
Update the CHANGELOG.md file with the new version, release date, and relevant changes1.
Check the version locally with
hatch version
Build and test locally
For
conda-store
andconda-store-server
:Make a release commit:
git commit -m 'REL - 2023.9.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
2023.9.1
Choose a Tag:
dropdown, type in the release name (e.g.,2023.9.1
) and click "Create new tag"Target:
dropdown, pin it to the release commit you've recently pushed.release
GitHub action job has completed successfully in the actions tab.conda-store
PyPI version is updatedconda-store-server
PyPI version is updatedmeta.yaml
orrecipe.yaml
and re-render the feedstock.conda-store
andconda-store-server
versions to the next dev-release number (for example2024.10.1
).Footnotes
If you wish, use
github-activity
to generate a Changelog, e.g.github-activity conda-incubator/conda-store --since 2023.9.1 --until 2023.10.1
. ↩ ↩2The text was updated successfully, but these errors were encountered: