Skip to content

Commit

Permalink
Add PPA to new-release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed May 13, 2024
1 parent 1ea0662 commit 924eebd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/new-release.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
To make a new release:

- Update ChangeLog.md and tools/RMF.spec with release date and features.
- Update ChangeLog.md tools/RMF.spec tools/debian/changelog with release
date and features.
- Add version number as RMF_VERSION_(MAJOR,MINOR,MICRO) to CMakeLists.txt.
- git push origin develop
- Make sure all CI passes
Expand All @@ -15,5 +16,6 @@ To make a new release:
- Check that Zenodo is updated (should be automatic)
- Build an SRPM from the spec file tools/RMF.spec and the .tar.gz from
the GitHub release page, and upload to COPR
- Build Debian source packages and upload to PPA
- Open PR on conda-forge to update the conda package
- Update the Homebrew package and build bottles

0 comments on commit 924eebd

Please sign in to comment.