Lars Fischer
2011-07-25 13:31:30 UTC
Hello,
I use git together with gitflow(1) and would like to release projects the
gitflow way. Gitflow itself creates branches, a release tag and merges
changes back into other branches.
The maven-release-plugin performs similar things an other way. I tried to
use both together, but it works only with hacks and results in confusing or
not correct tags.
Is there a kind of "lightweight" release-plugin, which does only perform
- version-checks and updates (remove SNAPSHOTs)
- build and test the changed project
- commit the changes into the current branch if everything is correct
It should NOT create a tag or push changes.
[1] http://nvie.com/posts/a-successful-git-branching-model/
http://yakiloo.com/getting-started-git-flow/
Regards,
Lars
I use git together with gitflow(1) and would like to release projects the
gitflow way. Gitflow itself creates branches, a release tag and merges
changes back into other branches.
The maven-release-plugin performs similar things an other way. I tried to
use both together, but it works only with hacks and results in confusing or
not correct tags.
Is there a kind of "lightweight" release-plugin, which does only perform
- version-checks and updates (remove SNAPSHOTs)
- build and test the changed project
- commit the changes into the current branch if everything is correct
It should NOT create a tag or push changes.
[1] http://nvie.com/posts/a-successful-git-branching-model/
http://yakiloo.com/getting-started-git-flow/
Regards,
Lars