Project

General

Profile

Preparing new release » History » Revision 11

Revision 10 (cryptogopher, 2019-06-26 21:43) → Revision 11/37 (cryptogopher, 2019-07-03 17:10)

h1. Preparing new release 

 # [[Common_git_operations#Merge-branch-into-master|Merge]] all outstanding branches into master, close corresponding issues. 
 # Make sure all tests pass pass, on each merged issue branch, on all supported Redmine versions: 
 <pre> 
 $ RUBYOPT="-W1" rake redmine:plugins:test NAME=issue_recurring 
 </pre> 
 # [[Common_git_operations#Merge-branch-into-master|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: update *Features* and *Changelog* parts. *Changelog*. 
 # Bump plugin version number in source:init.rb. 
 # Commit and push changes. 
 # Create and push git tag with new version number: 
 <pre> 
 $ git tag -a 1.1 
 $ git push origin 1.1 
 </pre> 
 # Update plugin information on https://redmine.org/plugins/issue-recurring 
 # Add release news on Redmine https://it.michalczyk.pro/projects/issue-recurring/news