Skip to content

Commit

Permalink
RELEASING document update
Browse files Browse the repository at this point in the history
GitHub shows the message on a tag in the releases section.
  • Loading branch information
tute committed Sep 28, 2015
1 parent e30a63f commit 4313541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Expand Up @@ -4,8 +4,8 @@
2. Update `NEWS.md` to reflect the changes since last release.
3. Commit changes. There shouldn’t be code changes, and thus CI doesn’t need to
run, you can then add “[ci skip]” to the commit message.
4. Tag the release: `git tag vVERSION`
5. Push changes: `git push --tags`
4. Tag the release: `git tag vVERSION -m "Release vVERSION"`
5. Push changes: `git push && git push --tags`
6. Build and publish the gem:

```bash
Expand Down

0 comments on commit 4313541

Please sign in to comment.