Project

General

Profile

Actions

Preparing new release » History » Revision 11

« Previous | Revision 11/37 (diff) | Next »
cryptogopher, 2019-07-03 17:10


Preparing new release

  1. Make sure all tests pass on each merged issue branch, on all supported Redmine versions:
    $ RUBYOPT="-W1" rake redmine:plugins:test NAME=issue_recurring
    
  2. Merge all outstanding branches into master.
  3. Close corresponding issues.
  4. Rerun above tests on master branch if there were:
    1. multiple branches merged,
    2. conflicts during merge.
  5. Update source:README.md: Features and Changelog parts.
  6. Bump plugin version number in source:init.rb.
  7. Commit and push changes.
  8. Create and push git tag with new version number:
    $ git tag -a 1.1
    $ git push origin 1.1
    
  9. Update plugin information on https://redmine.org/plugins/issue-recurring
  10. Add release news on Redmine https://it.michalczyk.pro/projects/issue-recurring/news

Updated by cryptogopher over 5 years ago · 11 revisions

Also available in: PDF HTML TXT