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

Update release procedure #1250

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions RELEASE_PROCEDURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ DLA-Future follows [Semantic Versioning](https://semver.org).
1. Create a release on GitHub using the script `scripts/roll_release.sh`. This
script automatically tags the release with the corresponding release number.
RMeli marked this conversation as resolved.
Show resolved Hide resolved

1. For patch releases: merge the `version_X.Y` branch into `master`.

1. Update spack recipe in `spack/packages/dla-future/package.py` adding the new release.

1. Synchronize [upstream spack
Expand Down
Loading