diff --git a/RELEASE.md b/RELEASE.md index dbe5412..de92f42 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -44,7 +44,9 @@ Bump version 2. Make a branch to release ```console - $ git neco dev "bump-$VERSION" + $ git checkout main + $ git pull + $ git checkout -b "bump-$VERSION" ``` 3. Edit `CHANGELOG.md` for the new version ([example][]). @@ -52,7 +54,8 @@ Bump version ```console $ git commit -a -m "Bump version to $VERSION" - $ git neco review + $ git push -u origin HEAD + $ gh pr create -f ``` 5. Merge this branch.