-
Notifications
You must be signed in to change notification settings - Fork 5
Creating a release
Wiki Pusher edited this page Sep 5, 2022
·
1 revision
- 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