Skip to content

Commit

Permalink
doco: tweak release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Aug 27, 2020
1 parent 151a366 commit 8f22bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,11 +507,11 @@ Follow the steps below to release a new version of Nancy. You need to be part of

1. Checkout/pull the latest `master` branch, and create a new tag with the desired semantic version and a helpful note:

git tag -a v0.1.x -m "Helpful message in tag."
git tag -a v1.0.x -m "Helpful message in tag."
2. Push the tag up:

git push origin v0.1.x
git push origin v1.0.x
3. There is no step 3.

Expand Down

0 comments on commit 8f22bc6

Please sign in to comment.