Project

General

Profile

Actions

Preparing new release » History » Revision 9

« Previous | Revision 9/37 (diff) | Next »
cryptogopher, 2019-06-26 21:43


Preparing new release

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

Updated by cryptogopher over 5 years ago · 9 revisions

Also available in: PDF HTML TXT