Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Release

Pike edited this page Jun 30, 2011 · 2 revisions

For releases, we're using git flow as well. As we're not having any version numbers in the code, it's rather easy. The only thing to pay attention to is the release versioning scheme, which is yyyy-mm-dd. With that said,

git flow release start yyyy-mm-dd
git flow release finish yyyy-mm-dd
git push
git push --tags
Clone this wiki locally