stianh / gradle-release-plugin

Gradle plugin for automated release management.
54 stars 14 forks source link

svn version strategy #30

Open ari opened 12 years ago

ari commented 12 years ago

Git has the ability to have a version strategy. Why does svn not have the same?

In particular, I want to be able to pass a version to the script at build time:

# gradle releasePrepare -Drelease-version=3.0

Just incrementing numbers forever isn't enough for us. We need to be able to pick release version numbers, and create all sorts of non-numeric versions like 3.0b3

stigkj commented 12 years ago

Sorry, but none of us that started development of this plugin are using svn anymore, so the svn part is not getting any love for the moment.

Some of the new features in the git version should be extracted out in the common part and made available for svn too.

ari commented 12 years ago

Even with git, don't people want to pick specific build numbers?