h1. Preparing new release # [[Git_branch_management_for_issue_resolution|Merge]] all outstanding branches into master, close corresponding issues. # 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:
$ git tag -a 1.1 $ git push origin 1.1# Update plugin information on https://redmine.org/plugins/issue-recurring