-
Notifications
You must be signed in to change notification settings - Fork 40
ReleaseSteps
Andrey Prokopenko edited this page Oct 12, 2022
·
4 revisions
- Make sure
master
passes all tests. - Make sure all files have correct copyright headers (including correct years).
- Update CHANGELOG file.
- Create release branch
arborx-a.b
. - Update
ARBORX_VERSION_STRING
in themaster
branch. - Update
ARBORX_VERSION_STRING
in the release branch. - Update hard-coded version in
examples/CMakeLists.txt
in themaster
branch. - Test release branch with Spack.
- Create GitHub release from the release branch.
- Remove the release branch.
- Create Spack PR to include new release.
- After merging Spack PR, notify xSDK to update ArborX version.
- Celebrate!