Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 11, 2023
1 parent b6bad47 commit a3a92b2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 1.0.0 (2023-05-11)


### Features

* integrate semantic releases ([d1ea217](https://github.com/actionhippie/calens/commit/d1ea217f80b616948ff2c3fd12dcba206cf8b638))
* use new env variable for set-output ([b2f0284](https://github.com/actionhippie/calens/commit/b2f0284753db9695345e7d9ac1dba0bf9a63b00c))


### Bugfixes

* docker build step is missing git ([de95f69](https://github.com/actionhippie/calens/commit/de95f69b84994169d225dc38841f8a0f1841956f))
* handle tags prefix and multi line output properly ([7173c4e](https://github.com/actionhippie/calens/commit/7173c4e1301d8306ff01a7e9aeabbf27d5e3bdac))
* use GITHUB_OUTPUT instead of GITHUB_STATE ([2219dc2](https://github.com/actionhippie/calens/commit/2219dc22d1204ae4b7cae92f96374dd9f555f377))
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ outputs:
runs:
using: 'docker'
image: 'docker://ghcr.io/actionhippie/calens:latest'
image: 'docker://ghcr.io/actionhippie/calens:v1.0.0'

...

0 comments on commit a3a92b2

Please sign in to comment.