| 1 | == Code == |
| 2 | {{{ |
| 3 | git checkout -b release-VERSION |
| 4 | phing bump-version |
| 5 | vi readme.txt |
| 6 | git checkout master |
| 7 | git merge --no-ff release-VERSION |
| 8 | git tag -a VERSION |
| 9 | git push |
| 10 | }}} |
| 11 | |
| 12 | Check if the new files are pushed to sourceforge after Jenkins finished building. |
| 13 | |
| 14 | == Trac Site == |
| 15 | |
| 16 | * Complete Milestone and move default to next one |
| 17 | * Create a new version and set it as default |
| 18 | * Create a new blog entry and tag it as release and news |
| 19 | |
| 20 | == Emails == |
| 21 | |
| 22 | * Send email to ipeer-announcement@lists.sourceforge.net |