diff --git a/.changes/unreleased/Added-20240917-091722.yaml b/.changes/unreleased/Added-20240917-091722.yaml deleted file mode 100644 index 604a237..0000000 --- a/.changes/unreleased/Added-20240917-091722.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Updated action inputs to allow adding pull request labels -time: 2024-09-17T09:17:22.951799+02:00 diff --git a/.changes/unreleased/Dependency-20240917-091755.yaml b/.changes/unreleased/Dependency-20240917-091755.yaml deleted file mode 100644 index 3efc8ce..0000000 --- a/.changes/unreleased/Dependency-20240917-091755.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: Updated create-pull-request to v7 -time: 2024-09-17T09:17:55.410345+02:00 diff --git a/.changes/v0.5.0.md b/.changes/v0.5.0.md new file mode 100644 index 0000000..2b2cd8b --- /dev/null +++ b/.changes/v0.5.0.md @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index df61d21..02e9238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 79a4962..c343525 100644 --- a/README.md +++ b/README.md @@ -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 }}