Skip to content

Commit

Permalink
Add note about ensuring release is tagged correct
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimber committed Apr 18, 2024
1 parent a8ce599 commit e9148da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
7. git push origin release_2_nn
8. git push --tags

## The github release-and-package action should
## Manually start the github release-and-package action

1. Build the .deb and .rpm packages
2. create a draft release containing the packages and the release note
3. **IMPORTANT** make sure that the release references tag **v**N.NN otherwise getssl -u fails!

## Can test the .deb file using the following steps

Expand Down

0 comments on commit e9148da

Please sign in to comment.