Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
7bba14fe49 | |||
c8628e7bd7
|
|||
df27af76ad
|
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [2.0.4](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v2.0.3..v2.0.4) - 2025-07-04
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- *(main)* Update script path to ensure correct resolution - ([df27af7](https://git.0xmax42.io/actions/auto-changelog-release-action/commit/df27af76add1dc4b50ead8015976b5e96b177661))
|
||||||
|
|
||||||
## [2.0.3](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v2.0.2..v2.0.3) - 2025-07-04
|
## [2.0.3](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v2.0.2..v2.0.3) - 2025-07-04
|
||||||
|
|
||||||
### 🚜 Refactor
|
### 🚜 Refactor
|
||||||
|
2
dist/main.js
vendored
2
dist/main.js
vendored
@@ -16,7 +16,7 @@ function setEnv(key, value) {
|
|||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
const actionPath = process.env.GITHUB_ACTION_PATH || ".";
|
const actionPath = process.env.GITHUB_ACTION_PATH || ".";
|
||||||
const script = path.join(actionPath, "scripts/detect-version-change.sh");
|
const script = path.join(".", ".scripts/detect-version-change.sh");
|
||||||
|
|
||||||
run(script);
|
run(script);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user