Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2024-03-31)

### Features

* do not create release configuration if not required ([9b44e4c](9b44e4c))
* first action implementation ([166aa0c](166aa0c))
* print version also when not creating a release ([dbf1f56](dbf1f56))

### Bug Fixes

* add missing shell configuration ([0543d76](0543d76))
* do not use hard coded branch name ([4c35b73](4c35b73))
* fix action syntax ([28ab223](28ab223))
* fix action syntax ([a5af686](a5af686))
* fix condition for publish step ([15b1ad4](15b1ad4))
* fix indentation ([4595d8b](4595d8b))
* fix setting release version ([cbbee88](cbbee88))
* set RELEASE env variable only for publishing ([d146b8f](d146b8f))
  • Loading branch information
wetransformer committed Mar 31, 2024
1 parent c93eec2 commit a7b24f0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 1.0.0 (2024-03-31)


### Features

* do not create release configuration if not required ([9b44e4c](https://github.com/wetransform/gha-gradle-semantic-release/commit/9b44e4c4ae860d8769047929c04ed584163ae33d))
* first action implementation ([166aa0c](https://github.com/wetransform/gha-gradle-semantic-release/commit/166aa0cd352d77faf9d7d7c07fad22db6a8e22b2))
* print version also when not creating a release ([dbf1f56](https://github.com/wetransform/gha-gradle-semantic-release/commit/dbf1f56a843a6a04c3360e13453e1f329f206fdf))


### Bug Fixes

* add missing shell configuration ([0543d76](https://github.com/wetransform/gha-gradle-semantic-release/commit/0543d76e156d867f716505ff66baa92e2c723bc7))
* do not use hard coded branch name ([4c35b73](https://github.com/wetransform/gha-gradle-semantic-release/commit/4c35b73e402303e2af864fe572e0a0bf8456d1e2))
* fix action syntax ([28ab223](https://github.com/wetransform/gha-gradle-semantic-release/commit/28ab223a7be07b49e683b4a4a70bf67c07f8298b))
* fix action syntax ([a5af686](https://github.com/wetransform/gha-gradle-semantic-release/commit/a5af68605ee4df395cad1e419ca7feb7ecb3dc23))
* fix condition for publish step ([15b1ad4](https://github.com/wetransform/gha-gradle-semantic-release/commit/15b1ad478c3a30b1e8e93ac97926c20ccb89704d))
* fix indentation ([4595d8b](https://github.com/wetransform/gha-gradle-semantic-release/commit/4595d8b3239536ab47eca2255eadc06155149593))
* fix setting release version ([cbbee88](https://github.com/wetransform/gha-gradle-semantic-release/commit/cbbee884dd6a7e2a0964acdbb4ee7ed9151a1b4d))
* set RELEASE env variable only for publishing ([d146b8f](https://github.com/wetransform/gha-gradle-semantic-release/commit/d146b8f37cf6f1d27db496c56be8998d8e4d3043))

0 comments on commit a7b24f0

Please sign in to comment.