From ab8420bf46e6ff43400c33593a2d2434c15e0985 Mon Sep 17 00:00:00 2001 From: twistedstream Date: Thu, 24 Sep 2015 14:30:00 -0500 Subject: [PATCH] Add handy 'git tag' command to Packaging instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d644f8..4d098ff 100644 --- a/README.md +++ b/README.md @@ -391,7 +391,13 @@ When a new version of the script needs to be released, the following should be d > **NOTE**: These steps can only performed by GitHub users with commit access to the project. 1. Increment the [Semver](http://semver.org/) version in the [`version.txt`](version.txt) file as needed. -1. Create a new git tag with the same version value (prefiexed with `v`) and push it to GitHub. +1. Create a new git tag with the same version value (prefiexed with `v`): + + ```bash + git tag v$(cat version.txt) + ``` + +1. Push the tag to GitHub. 1. Create a new GitHub release in [releases](releases) that's associated with the above tag. 1. Run the following command to create a release package archive and then upload it to the release created above: