Browse Source

Add step to update 'latest' tag

pull/804/head
Tim Kimber 3 years ago
parent
commit
b758339d55
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
2 changed files with 9 additions and 2 deletions
  1. +2
    -0
      .gitignore
  2. +7
    -2
      RELEASE.md

+ 2
- 0
.gitignore View File

@ -8,3 +8,5 @@
*.orig
JSON.sh
.vscode/settings.json
push.json
bin/

+ 7
- 2
RELEASE.md View File

@ -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:
@ -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

Loading…
Cancel
Save