Project

General

Profile

Preparing new release » History » Version 16

« Previous - Version 16/37 (diff) - Next » - Current version
cryptogopher, 2019-08-19 21:57


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. Rerun above tests on master branch if there were:
    1. multiple branches merged,
    2. conflicts during merge.
  4. Update source:README.md: Features, Changelog and compatibility list in Installation paragraphs.
  5. Bump plugin version number in source:init.rb.
  6. Commit and push changes.
  7. Create and push git tag with new version number:
    $ git tag -a 1.1
    $ git push origin 1.1
    
  8. Close corresponding issues (if not closed by appropriate commit messages).
  9. Update plugin information on https://redmine.org/plugins/issue-recurring
  10. Add release news on IT https://it.michalczyk.pro/projects/issue-recurring/news
  11. Add new version to IT -> Issue recurring project -> Settings -> Versions

Also available in: PDF HTML TXT