rodrigonull opened a new pull request, #2323:
URL: https://github.com/apache/incubator-kie-tools/pull/2323
This PR updates the code for the weekly Jenkins job to start using the
version set in the package.json file to create the timestamped snapshots.
The following logic was defined:
- If the version present in the package.json file is `0.0.0`, then the
timestamped snapshot will be 999.0.0-YYYYMMDD-SNAPSHOT.
- If the version present in the package.json file is NOT `0.0.0`, then the
timestamped snapshot will be ${version}-YYYYMMDD-SNAPSHOT.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]