Preparing new release » History » Version 5
cryptogopher, 2019-05-04 20:42
| 1 | 1 | cryptogopher | h1. Preparing new release |
|---|---|---|---|
| 2 | |||
| 3 | 4 | cryptogopher | # [[Git_branch_management_for_issue_resolution|Merge]] all outstanding branches into master, close corresponding issues. |
| 4 | 1 | cryptogopher | # Checkout master branch. All subsequent operations will be performed there. |
| 5 | 2 | cryptogopher | # Update source:README.md: update *Features* and *Changelog*. |
| 6 | 1 | cryptogopher | # Bump plugin version number in source:init.rb. |
| 7 | 5 | cryptogopher | # Commit and push changes. |
| 8 | 4 | cryptogopher | # Create and push git tag with new version number: |
| 9 | <pre> |
||
| 10 | $ git tag -a 1.1 |
||
| 11 | $ git push origin 1.1 |
||
| 12 | </pre> |
||
| 13 | 1 | cryptogopher | # Update plugin information on https://redmine.org/plugins/issue-recurring |