Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
40ca5c987d | |||
d8700af97d
|
|||
856565d87f
|
@@ -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.
|
||||||
|
|
||||||
|
## [0.3.6](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v0.3.5..v0.3.6) - 2025-06-29
|
||||||
|
|
||||||
|
### ◀️ Revert
|
||||||
|
|
||||||
|
- Integrate gha-timer for step timing - ([856565d](https://git.0xmax42.io/actions/auto-changelog-release-action/commit/856565d87f2575d6883705ddde3d177555c1bd86))
|
||||||
|
|
||||||
## [0.3.5](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v0.3.4..v0.3.5) - 2025-06-29
|
## [0.3.5](https://git.0xmax42.io/actions/auto-changelog-release-action/compare/v0.3.4..v0.3.5) - 2025-06-29
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
12
action.yml
12
action.yml
@@ -18,8 +18,6 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- uses: fulcrumgenomics/gha-timer@v1
|
|
||||||
|
|
||||||
- name: Detect version change
|
- name: Detect version change
|
||||||
shell: bash
|
shell: bash
|
||||||
id: detect
|
id: detect
|
||||||
@@ -28,17 +26,7 @@ runs:
|
|||||||
GITHUB_SHA: ${{ github.sha || '' }}
|
GITHUB_SHA: ${{ github.sha || '' }}
|
||||||
GITHUB_REF: ${{ github.ref || '' }}
|
GITHUB_REF: ${{ github.ref || '' }}
|
||||||
run: |
|
run: |
|
||||||
gha-timer start --name "Detect Version Change"
|
|
||||||
|
|
||||||
${{ github.action_path }}/scripts/detect-version-change.sh
|
${{ github.action_path }}/scripts/detect-version-change.sh
|
||||||
exit_code=$?
|
|
||||||
|
|
||||||
if [[ $exit_code -eq 0 ]]; then
|
|
||||||
gha-timer elapsed --outcome success --name "Detect Version Change"
|
|
||||||
else
|
|
||||||
gha-timer elapsed --outcome failure --name "Detect Version Change"
|
|
||||||
exit $exit_code
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Read CLIFF_VERSION
|
- name: Read CLIFF_VERSION
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user