Closed stigkj closed 12 years ago
Add an option to the plugin that holds a closure which will be called when needing the next version number.
This means expanding the plugin's extension object with this option that by default holds a closure that has the same logic as what is done today:
nextVersionNumber = currentVersionNumber + 1
Also needs an option with a closure that defines how the first release tag should be calculated.
Add an option to the plugin that holds a closure which will be called when needing the next version number.
This means expanding the plugin's extension object with this option that by default holds a closure that has the same logic as what is done today:
nextVersionNumber = currentVersionNumber + 1