Skip to content

Commit

Permalink
Merge pull request #463 from thriftrw/fix-release
Browse files Browse the repository at this point in the history
Update RELEASE.md
  • Loading branch information
AllenLuUber authored Jan 5, 2021
2 parents d1952d0 + 08a35a1 commit b7d2a80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ To release new versions of ThriftRW Go, follow these instructions.

git checkout $BRANCH
git merge master
git checkout -b back-to-dev

14. Add a placeholder for the next version to CHANGELOG.md and a new link at
the bottom.
Expand Down Expand Up @@ -122,7 +123,7 @@ To release new versions of ThriftRW Go, follow these instructions.

make generate

18. Commit and push your changes.
18. Open a PR with your changes against `dev` to back to development.

git commit -a -m 'Back to development'
git push origin $BRANCH
git commit -am "Back to development"
hub pull-request -b dev --push

0 comments on commit b7d2a80

Please sign in to comment.