Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/release.yml

This file was deleted.

5 changes: 3 additions & 2 deletions RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Release Procedure
=================

1. Open a PR updating the CHANGELOG with the latest fixes.
2. Once the PR is approved and green, push a tag with the version (for example ``1.2.3``).
2. Once the PR is approved and green, `create a new release <https://github.com/ESSS/conda-devenv/releases/new>`__, using a version in the format ``X.Y.Z`` and targetting the release branch above.
3. Merge the PR -- **do not squash**, to preserve the commit with the release tag.

That's it. Now we wait for the conda-forge to pick up the new version, and merge once it is done.
That's it. Now we wait for conda-forge to pick up the new version, or alternatively, `create an issue requesting a bot update <https://github.com/conda-forge/conda-devenv-feedstock/issues/new/choose>`__.
Loading