release.scmVersion is always returning abc while using with GitHub.
expected git's commit# as release.scmVersion value.
The documentation also not clear how release command automatically guess the next available version number in case using with github.
The code to have the plugin grab the current tag (if any) has not yet been written. But there is no code to guess the next release number, since that isn't part of the workflow I use this plugin for.
release.scmVersion
is always returningabc
while using with GitHub. expected git's commit# asrelease.scmVersion
value. The documentation also not clear howrelease
command automatically guess the next available version number in case using with github.