mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Log the version with user format and namespace
This commit is contained in:
parent
00b872db01
commit
2c7f4b8ddd
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -61,7 +61,7 @@ const setOutput = (major, minor, patch, increment, changed, branch, namespace) =
|
|||
core.info('No changes detected for this commit');
|
||||
}
|
||||
|
||||
core.info(`Version is ${major}.${minor}.${patch}+${increment}`);
|
||||
core.info(`Version is ${version}`);
|
||||
if (repository !== undefined && !namespace) {
|
||||
core.info(`To create a release for this version, go to https://github.com/${repository}/releases/new?tag=${tag}&target=${branch.split('/').reverse()[0]}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue