mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +01:00
docs: update release steps
This commit is contained in:
parent
78ecdebce8
commit
138e7df3d6
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
Commit all of the changes you have locally, then use the following commands to create a tag and push everything:
|
## Releasing a New Version
|
||||||
|
|
||||||
|
First, build all the code via `yarn build`.
|
||||||
|
|
||||||
|
Secondly, commit all of the changes you have locally (even the changes in `dist` folder) and then use the following commands to create a tag and push / release everything:
|
||||||
|
|
||||||
```
|
```
|
||||||
git tag -a -m "Release v1.0.19" v1.0.19
|
git tag -a -m "Release v1.0.19" v1.0.19
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue