Skip to content

Commit

Permalink
Update RELEASING document
Browse files Browse the repository at this point in the history
Tags should be GPG signed.

[ci skip]
  • Loading branch information
tute committed Jun 25, 2016
1 parent 3067a78 commit 3c0a32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Expand Up @@ -4,7 +4,7 @@
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 -a`. The tag message should contain the
4. Tag the release: `git tag vVERSION -a -s`. The tag message should contain the
appropriate `NEWS.md` subsection.
5. Push changes: `git push --tags`
6. Build and publish to rubygems:
Expand Down

0 comments on commit 3c0a32c

Please sign in to comment.