mirror of
https://github.com/yanhao98/semantic-release-action.git
synced 2025-07-14 00:00:49 +08:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a5aee42853 | |||
1ae25ac339 |
@ -1,3 +1,10 @@
|
|||||||
|
# [1.2.0](https://github.com/yanhao98/semantic-release-action/compare/v1.1.1...v1.2.0) (2024-10-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* log semantic release result in a grouped output ([1ae25ac](https://github.com/yanhao98/semantic-release-action/commit/1ae25ac339f009d3fc5d4da0aa5ece8d15552826))
|
||||||
|
|
||||||
## [1.1.1](https://github.com/yanhao98/semantic-release-action/compare/v1.1.0...v1.1.1) (2024-10-06)
|
## [1.1.1](https://github.com/yanhao98/semantic-release-action/compare/v1.1.0...v1.1.1) (2024-10-06)
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,6 +39,9 @@ async function runRelease() {
|
|||||||
} else {
|
} else {
|
||||||
core.setOutput('next_release_published', 'false');
|
core.setOutput('next_release_published', 'false');
|
||||||
}
|
}
|
||||||
|
await core.group('Semantic Release Result', async () => {
|
||||||
|
core.info(`result :>> ${JSON.stringify(result, null, 2)}`);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (process.env.CI) await installDependencies();
|
if (process.env.CI) await installDependencies();
|
||||||
|
Reference in New Issue
Block a user