-
Notifications
You must be signed in to change notification settings - Fork 7
Release
uboot edited this page May 18, 2016
·
6 revisions
Update rpm/stromx.changes and debian/changelog.
Create release branch:
git branch --checkout 0.x.y
git push github 0.x.y
Change to master:
git checkout master
Increase version in the following files:
CMakeLists.txt
debian/changelog
rpm/stromx.spec
Import the new branch, change the recipe stromx-stable.
Update revision and versionprefix of _service in stromx-stable. If necessary update the versionprefix of _service in matzfuchs to the version following 0.x.y.
git tag -a -m"0.x.y" 0.x.y
git push github 0.x.y
Create release in Github.