Skip to content

Commit

Permalink
ci: changelog generation (#219)
Browse files Browse the repository at this point in the history
* ci: make changelog generation smarter

Signed-off-by: Henry Schreiner <[email protected]>

* chore: remove old suppression

Signed-off-by: Henry Schreiner <[email protected]>

---------

Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored May 10, 2024
1 parent 370f3b7 commit 8f30097
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog:
exclude:
authors:
- dependabot
- pre-commit-ci
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,3 @@ typing-modules = ["repo_review._compat.typing"]
[tool.ruff.lint.per-file-ignores]
"src/repo_review/_compat/**.py" = ["TID251"]
"src/**/__main__.py" = ["T20"]


[tool.repo-review]
ignore = ["PC110"]

0 comments on commit 8f30097

Please sign in to comment.