action-conventional-commits/CONTRIBUTING.md

7 lines
185 B
Markdown
Raw Permalink Normal View History

2020-06-11 07:50:40 +02:00
Commit all of the changes you have locally, then use the following commands to create a tag and push everything:
```
git tag -a -m "Release v1.0.19" v1.0.19
git push --follow-tags
```