Skip to content

Commit

Permalink
chore(ref-imp): official release
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Jul 16, 2021
1 parent 5c769c9 commit 7fa3379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To create a stable release follow the following steps:
1. Remove the local release branch:
1. `git checkout master`
1. `git branch -D release`
1. Push a new version tag to remote master e.g. (v1.0.1):
1. Push a new version tag to remote master e.g. (v1.0.4):
1. git pull
1. git tag vX.Y.Z
1. git push origin vX.Y.Z
Expand Down

0 comments on commit 7fa3379

Please sign in to comment.