Creating a release - linuxmuster/linuxmuster-linuxclient7 GitHub Wiki
- Update the changelog file
- commit all changes
- Do a git push:
git push
- Create a git tag in the format v+VERSION (eg. v7.0.0):
git tag vVERSION
- Push tags:
git push --tags
- Locally:
git tag -d vVERSION
- Remotely:
git push --delete origin vVERSION