Actions
Preparing new release » History » Revision 12
« Previous |
Revision 12/37
(diff)
| Next »
cryptogopher, 2019-07-03 17:39
Preparing new release¶
- Make sure all tests pass on each merged issue branch, on all supported Redmine versions:
$ RUBYOPT="-W1" rake redmine:plugins:test NAME=issue_recurring
- Merge all outstanding branches into master.
- Close corresponding issues.
- Rerun above tests on
master
branch if there were:- multiple branches merged,
- conflicts during merge.
- Update source:README.md: Features, Changelog and compatibility list in Installation paragraphs.
- Bump plugin version number in source:init.rb.
- Commit and push changes.
- Create and push git tag with new version number:
$ git tag -a 1.1 $ git push origin 1.1
- Update plugin information on https://redmine.org/plugins/issue-recurring
- Add release news on Redmine https://it.michalczyk.pro/projects/issue-recurring/news
Updated by cryptogopher over 5 years ago · 12 revisions