Skip to content

Commit

Permalink
fix: bump PurpleBooth/changelog-action from 0.3.0 to 0.3.1
Browse files Browse the repository at this point in the history
Bumps [PurpleBooth/changelog-action](https://github.com/PurpleBooth/changelog-action) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/PurpleBooth/changelog-action/releases)
- [Commits](PurpleBooth/changelog-action@v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: PurpleBooth/changelog-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Nov 30, 2021
1 parent 76ee8de commit 7ae4228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
ref: v${{ needs.release.outputs.current_version }}
- name: Generate a changelog
uses: PurpleBooth/changelog-action@v0.3.0
uses: PurpleBooth/changelog-action@v0.3.1
with:
config: cliff.toml
args: --verbose v${{ needs.release.outputs.previous_version }}..v${{ needs.release.outputs.current_version }}
Expand Down

0 comments on commit 7ae4228

Please sign in to comment.