Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
466c1c4918 | |||
3d50c5cc8d
|
|||
a753d6aa3b
|
@@ -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.5](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v2.0.4..v2.0.5) - 2025-07-04
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- *(script)* Correct path formatting in version detection script - ([a753d6a](https://git.0xmax42.io/actions/auto-changelog-release-action/commit/a753d6aa3b45d4dab36e4ef56bbc71046eb032c9))
|
||||||
|
|
||||||
## [2.0.4](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v2.0.3..v2.0.4) - 2025-07-04
|
## [2.0.4](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v2.0.3..v2.0.4) - 2025-07-04
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
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(".", ".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