Skip to content

Commit

Permalink
Add step to update 'latest' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimber committed Mar 10, 2023
1 parent dce7cb5 commit b758339
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
*.orig
JSON.sh
.vscode/settings.json
push.json
bin/
9 changes: 7 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
4. update VERSION in `getssl` and `getssl.spec`
5. git commit -m"Update version to v2.nn"
6. git tag -a v2.nn
7. git push origin release_2_nn
8. git push --tags
8. git push origin release_2_nn
9. git push --tags

## The github release-and-package action should:

Expand All @@ -30,3 +30,8 @@
`dpkg -i getssl_2.nn-1_all.deb`
5. Check it's installed correctly
`getssl --version`

## Update the latest tag post-release

1. git tag -f -a latest
2. git push --force --tags

0 comments on commit b758339

Please sign in to comment.