mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +01:00
6 lines
185 B
Markdown
6 lines
185 B
Markdown
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
|
|
```
|