We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fcd5f4 + b1c7e2d commit e3ede34Copy full SHA for e3ede34
2 files changed
.github/workflows/pull_request.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
14
- id: changelog-enforcer
15
- uses: dangoslen/changelog-enforcer@v2
+ uses: dangoslen/changelog-enforcer@v3
16
with:
17
changeLogPath: 'CHANGELOG.md'
18
skipLabels: 'Skip-Changelog'
CHANGELOG.md
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
### Repository
28
29
- Add configuration for CIBuildWheel in `pyproject.toml`
30
+- Update `dangoslen/changelog-enforcer` GitHub action to v3
31
- Update `thomaseizinger/keep-a-changelog-new-release` GiHub action to v1.3.0
32
- Update `thomaseizinger/create-pull-request` GiHub action to v1.2.2
33
- Update pre-commit hook `pre-commit/pre-commit-hooks` to v4.1.0
0 commit comments