We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scheduled release date - <2024/11/08>
Release captain responsible - @soapy1 @peytondmurray
block-release ⛔️
Create a new git branch for the release git checkout -b release-2024.9.1
git checkout -b release-2024.9.1
git clean -fxdq
Bump conda-store version in conda-store/conda-store/__init__.py
conda-store
conda-store/conda-store/__init__.py
Bump conda-store-server version in conda-store-server/conda-store-server/__init__.py
conda-store-server
conda-store-server/conda-store-server/__init__.py
Update the conda-store-ui version used in conda-store-server conda-store-server/hatch_build.py
conda-store-ui
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
hatch version
Build and test locally
For conda-store and conda-store-server:
# Note you will need to run this twice, once for each package cd conda-store # or cd conda-store-server hatch build twine check dist/* hatch clean
After building conda-store-server and before hatch clean run the server in standalone mode:
hatch clean
cd conda-store-server conda-store-server --standalone
To do a manual inspection of the build and ui vendoring process.
ui
Make a release commit: git commit -m 'REL - 2024.9.1'
git commit -m 'REL - 2024.9.1'
Push the release (REL) commit git push upstream main
git push upstream main
If a release candidate is needed, tick this box when we're ready for a full release.
2024.9.1
Choose a Tag:
Target:
release
meta.yaml
recipe.yaml
2024.10.1
If you wish, use github-activity to generate a Changelog, e.g. github-activity conda-incubator/conda-store --since 2024.9.1 --until 2023.10.1. ↩ ↩2
github-activity
github-activity conda-incubator/conda-store --since 2024.9.1 --until 2023.10.1
The text was updated successfully, but these errors were encountered:
Waiting on the conda-forge feedstock PR to be generated...
Sorry, something went wrong.
Blocked until #973 gets merged.
peytondmurray
No branches or pull requests
Release details
Scheduled release date - <2024/11/08>
Release captain responsible - @soapy1 @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-2024.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
:After building
conda-store-server
and beforehatch clean
run the server in standalone mode:cd conda-store-server conda-store-server --standalone
To do a manual inspection of the build and
ui
vendoring process.Make a release commit:
git commit -m 'REL - 2024.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
2024.9.1
Choose a Tag:
dropdown, type in the release name (e.g.,2024.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
).conda-store-server
version in theconda-store-ui
compose file.Footnotes
If you wish, use
github-activity
to generate a Changelog, e.g.github-activity conda-incubator/conda-store --since 2024.9.1 --until 2023.10.1
. ↩ ↩2The text was updated successfully, but these errors were encountered: