Changes between Version 4 and Version 5 of how-to/puppet/sign-release
- Timestamp:
- May 5, 2013, 3:38:52 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/puppet/sign-release
v4 v5 11 11 }}} 12 12 13 To sign a tag, run the following command locally, replace `x.xx` with the next tag id:13 To sign a tag, run the following command locally, replace `x.xx` (in both places) with the next tag id: 14 14 15 15 {{{ 16 git tag -s mfpl-puppet-x.xx 16 git tag -s mfpl-puppet-x.xx -m mfpl-puppet-x.xx 17 17 }}} 18 18 19 To sign the next tag. In the commit message, I simply put the tag that I've created.19 To sign the next tag. 20 20 21 21 Ensure your tag is pushed: