Skip to content

Commit

Permalink
release: Release v1.1.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh authored Dec 23, 2023
1 parent d298460 commit 7528cee
Showing 1 changed file with 46 additions and 19 deletions.
65 changes: 46 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,41 @@

<a name="v1.1.0"></a>
## [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))


<a name="v1.0.0"></a>
## [v1.0.0](https://github.com/Tiryoh/gha-jobid-action/compare/v0.1.2...v1.0.0) (2023-09-19)

### Chore

* 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))

Expand All @@ -30,6 +55,7 @@

* Update set-output to recommended format ([#17](https://github.com/Tiryoh/gha-jobid-action/issues/17))


<a name="v0.1.1"></a>
## [v0.1.1](https://github.com/Tiryoh/gha-jobid-action/compare/v0.1.0...v0.1.1) (2022-10-12)

Expand All @@ -39,62 +65,63 @@
* 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))


<a name="v0.1.0"></a>
## [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))

### CI

* 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


<a name="v0.0.3"></a>
## [v0.0.3](https://github.com/Tiryoh/gha-jobid-action/compare/v0.0.2...v0.0.3) (2020-02-11)

### Refactor
### Refactoring

* Update description


<a name="v0.0.2"></a>
## [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


<a name="v0.0.1"></a>
## 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

0 comments on commit 7528cee

Please sign in to comment.