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 eefe1e9 commit 42707fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0 (2023-05-11)


### Features

* integrate semantic releases ([0adeb84](https://github.com/actionhippie/yamllint/commit/0adeb8443b8ff28dba38a027a5af166fc9794533))
* use new env variable for set-output ([c47bc4a](https://github.com/actionhippie/yamllint/commit/c47bc4a97f4b89156417335bb050f92c26074cc9))


### Bugfixes

* add missing bash for entrypoint ([6feaedf](https://github.com/actionhippie/yamllint/commit/6feaedf4059397daaad6ec2f126da06c1b66158a))
* use GITHUB_OUTPUT instead of GITHUB_STATE ([d592e8a](https://github.com/actionhippie/yamllint/commit/d592e8a2891341774da3a75a6ff3c09925af0992))
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/actionhippie/yamllint:latest'
image: 'docker://ghcr.io/actionhippie/yamllint:v1.0.0'

...

0 comments on commit 42707fb

Please sign in to comment.