update release checklist
This commit is contained in:
parent
25e443a3c7
commit
58f8503b73
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ export VERSION=vXXX
|
|||
git checkout release
|
||||
git pull
|
||||
git checkout -b bump_$VERSION
|
||||
git merge master
|
||||
```
|
||||
|
||||
### 2. Update CHANGELOG.md
|
||||
|
@ -79,7 +80,7 @@ git push origin bump_$VERSION
|
|||
### 8. Apply tag
|
||||
|
||||
```bash
|
||||
git tag -a v$VERSION # Don't forget the v!
|
||||
git tag -a $VERSION
|
||||
git push --tags
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue