diff --git a/CHANGELOG.md b/CHANGELOG.md index 47428ea..47e78d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + + +## [v1.1.0](https://github.com/Tiryoh/gha-jobid-action/compare/v1.0.0...v1.1.0) (2023-12-23) + +### CI + +* Fix trigger condition ([#37](https://github.com/Tiryoh/gha-jobid-action/issues/37)) + +### Chore + +* Update git-chglog config ([#38](https://github.com/Tiryoh/gha-jobid-action/issues/38)) + +### Documentation Update + +* Update README to use the latest API and actions ([#34](https://github.com/Tiryoh/gha-jobid-action/issues/34)) + +### Features + +* Compatibility with GitHub Enterprise ([#36](https://github.com/Tiryoh/gha-jobid-action/issues/36)) + + ## [v1.0.0](https://github.com/Tiryoh/gha-jobid-action/compare/v0.1.2...v1.0.0) (2023-09-19) @@ -5,12 +26,16 @@ * Fix CI test ([#32](https://github.com/Tiryoh/gha-jobid-action/issues/32)) * Add dependabot config ([#22](https://github.com/Tiryoh/gha-jobid-action/issues/22)) +* Bump actions/checkout from 3 to 4 ([#28](https://github.com/Tiryoh/gha-jobid-action/issues/28)) +* Bump alpine from 3.17 to 3.18 ([#26](https://github.com/Tiryoh/gha-jobid-action/issues/26)) +* Bump actions/checkout from 2 to 3 ([#25](https://github.com/Tiryoh/gha-jobid-action/issues/25)) +* Bump alpine from 3.10 to 3.17 ([#24](https://github.com/Tiryoh/gha-jobid-action/issues/24)) -### Docs +### Documentation Update * Update job_name description ([#23](https://github.com/Tiryoh/gha-jobid-action/issues/23)) -### Feat +### Features * Use GitHub Composite Actions ([#30](https://github.com/Tiryoh/gha-jobid-action/issues/30)) @@ -30,6 +55,7 @@ * Update set-output to recommended format ([#17](https://github.com/Tiryoh/gha-jobid-action/issues/17)) + ## [v0.1.1](https://github.com/Tiryoh/gha-jobid-action/compare/v0.1.0...v0.1.1) (2022-10-12) @@ -39,15 +65,11 @@ * Add permission section to README ([#12](https://github.com/Tiryoh/gha-jobid-action/issues/12)) * Update special thanks ([#11](https://github.com/Tiryoh/gha-jobid-action/issues/11)) + ## [v0.1.0](https://github.com/Tiryoh/gha-jobid-action/compare/v0.0.3...v0.1.0) (2022-01-30) -### Features - -* Support workflow more than 30 jobs ([#8](https://github.com/Tiryoh/gha-jobid-action/issues/8)) -* Update LICENSE - -### Fix +### Bug Fixes * Fix job_id parse error and make the query script simpler and more robust ([#3](https://github.com/Tiryoh/gha-jobid-action/issues/3)) @@ -55,16 +77,20 @@ * Add test ([#6](https://github.com/Tiryoh/gha-jobid-action/issues/6)) -### Documentation +### Documentation Update -* Update usage in README * Add special thanks ([#7](https://github.com/Tiryoh/gha-jobid-action/issues/7)) +### Features + +* Support workflow more than 30 jobs ([#8](https://github.com/Tiryoh/gha-jobid-action/issues/8)) +* Update LICENSE + ## [v0.0.3](https://github.com/Tiryoh/gha-jobid-action/compare/v0.0.2...v0.0.3) (2020-02-11) -### Refactor +### Refactoring * Update description @@ -72,11 +98,11 @@ ## [v0.0.2](https://github.com/Tiryoh/gha-jobid-action/compare/v0.0.1...v0.0.2) (2020-02-11) -### Docs +### Documentation Update * Update README -### Refactor +### Refactoring * Update action description @@ -84,17 +110,18 @@ ## v0.0.1 (2020-02-11) +### Bug Fixes + +* Fix unbound variable +* Fix typo +* Fix entrypoint.sh execution error + ### Chore * Add git-chglog settings * Add git tag versioning settings -### Feat +### Features * Add job_id parser -### Fix - -* Fix unbound variable -* Fix typo -* Fix entrypoint.sh execution error