-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: run pre-commit on CHANGELOG.md in release action
- Loading branch information
1 parent
17a8c3a
commit 3ee09e3
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,11 @@ jobs: | |
- name: publish to pypi | ||
uses: pypa/gh-action-pypi-publish@release/v1 | ||
|
||
- name: pre-commit on changelog | ||
uses: pre-commit/[email protected] | ||
with: | ||
extra_args: --files CHANGELOG.md | ||
|
||
- name: commit changelog | ||
uses: stefanzweifel/git-auto-commit-action@v4 | ||
with: | ||
|