Project

General

Profile

Preparing new release » History » Revision 8

Revision 7 (cryptogopher, 2019-05-04 22:55) → Revision 8/37 (cryptogopher, 2019-05-09 23:50)

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: 
 <pre> 
 $ RUBYOPT="-W1" rake redmine:plugins:test NAME=issue_recurring 
 </pre> 
 # Update source:README.md: update *Features* and *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