diff --git a/.gitignore b/.gitignore index 397dd03..1a0e1c4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ *.orig JSON.sh .vscode/settings.json +push.json +bin/ diff --git a/RELEASE.md b/RELEASE.md index 8f84ebd..7870722 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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