Join/Login
Business Software
Open Source Software
For Vendors
Blog
About
More
Articles
Create
SourceForge Podcast
Site Documentation
Subscribe to our Newsletter
Support Request
For Vendors
Help
Create
Join
Login
Business Software
Open Source Software
SourceForge Podcast
Resources
Articles
Case Studies
Blog
Menu
Help
Create
Join
Login
Home
Browse
apugg
Wiki
apugg Wiki
A C++ plugin library
Brought to you by:
aelzenaar
Summary
Files
Reviews
Support
Wiki
Code
Bugs
Blog
Menu
▾
▴
Wiki Home
Browse Pages
Browse Labels
Formatting Help
Release Process
Authors:
Release Process
Hotfix Releases
Check out the base release branch (eg. git checkout release_v0.7).
Branch into the hotfix branch (eg. git checkout -b hotfix_0.7_1).
Commit changes
Change the version in doxyfile and Kernel.h.
Check out develop (git checkout develop).
Merge the hotfix branch (solving merge conflicts).
Check out the base release branch (see 1).
Merge the hotfix branch (solving merge conflicts).
Check out master (git checkout master).
Merge the base release branch (solving merge conflicts).
Tag the release (eg. git tag -a v0.7.1).
Push changes (git push origin --all) and enter your SF password when prompted.
Minor (X.Y) Releases
Check out develop (git checkout develop)
Make sure that the version number (in doxyfile and Kernel.h) is updated.
Check out master (git checkout master)
Merge develop (git merge develop)
Tag the release (eg. git tag -a v0.8).
Branch into a release branch (eg. git checkout -b release_v0.8).
Push changes (git push origin --all) and enter your SF password when prompted.
Name
Related
Bugs:
#30
×