Skip to content

Commit

Permalink
chore(deps-dev): bump git-changelog from 2.2.0 to 2.3.1 (#101)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump git-changelog from 2.2.0 to 2.3.1

Bumps [git-changelog](https://github.com/pawamoy/git-changelog) from 2.2.0 to 2.3.1.
- [Release notes](https://github.com/pawamoy/git-changelog/releases)
- [Changelog](https://github.com/pawamoy/git-changelog/blob/main/CHANGELOG.md)
- [Commits](pawamoy/git-changelog@2.2.0...2.3.1)

---
updated-dependencies:
- dependency-name: git-changelog
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update changelog api parameter

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Anderson <[email protected]>
  • Loading branch information
dependabot[bot] and maxb2 authored Oct 12, 2023
1 parent 6ebf992 commit 4a7e190
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion duties.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _changelog() -> Tuple[Changelog, str]:
template="keepachangelog",
parse_trailers=True,
parse_refs=False,
bump_latest=True,
bump="auto",
in_place=True,
)

Expand Down
21 changes: 17 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a7e190

Please sign in to comment.