Skip to content

Release

uboot edited this page May 18, 2016 · 6 revisions

Release version 0.x.y

Git

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

Launchpad

Import the new branch, change the recipe stromx-stable.

OpenSUSE build service

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.

Github

git tag -a -m"0.x.y" 0.x.y
git push github 0.x.y

Create release in Github.

Clone this wiki locally