Skip to content

Commit

Permalink
Merge pull request #19 from labd/release/v0.5.0
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
demeyerthom authored Sep 17, 2024
2 parents 9697356 + 8066ce5 commit 8501c67
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240917-091722.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240917-091755.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v0.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v0.5.0 - 2024-09-17
### Added
* Updated action inputs to allow adding pull request labels
### Dependency
* Updated create-pull-request to v7
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v0.5.0 - 2024-09-17
### Added
* Updated action inputs to allow adding pull request labels
### Dependency
* Updated create-pull-request to v7

## v0.4.0 - 2024-07-19
### Added
* Add option to specify changie version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: Prepare release
uses: labd/changie-release-action@v0.4.0
uses: labd/changie-release-action@v0.5.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8501c67

Please sign in to comment.