slawekjaranowski commented on PR #1424: URL: https://github.com/apache/maven-release/pull/1424#issuecomment-3564343823
I don't want to change project source code before each release. `projectVersionPolicyId` will be set as default value in code, it can be set by CI on cli. My idea is to have an option in CI pipeline, when release manage start a new release, can select one simple option on CI level without entering manual values for next version. Settings `releaseVersion` or `developmentVersion` in source code have no value ... it must be changed before each release. Like for GitHub workflow we can provide an input parameter - https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onworkflow_dispatchinputs - there is a `choice` type, so I can simply provide predefined values for version policy. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
