mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Bump dangoslen/changelog-enforcer from 2.3.1 to 3 (#3436)
Bumps [dangoslen/changelog-enforcer](https://github.com/dangoslen/changelog-enforcer) from 2.3.1 to 3. - [Release notes](https://github.com/dangoslen/changelog-enforcer/releases) - [Changelog](https://github.com/dangoslen/changelog-enforcer/blob/master/CHANGELOG.md) - [Commits](https://github.com/dangoslen/changelog-enforcer/compare/v2.3.1...v3) --- updated-dependencies: - dependency-name: dangoslen/changelog-enforcer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
98e83ad034
commit
4d9719ca90
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changelog-check.yml
vendored
2
.github/workflows/changelog-check.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
# Gives an error if there's no change in the changelog (except using label)
|
# Gives an error if there's no change in the changelog (except using label)
|
||||||
- name: Changelog check
|
- name: Changelog check
|
||||||
uses: dangoslen/changelog-enforcer@v2.3.1
|
uses: dangoslen/changelog-enforcer@v3
|
||||||
with:
|
with:
|
||||||
changeLogPath: 'CHANGELOG.md'
|
changeLogPath: 'CHANGELOG.md'
|
||||||
skipLabels: 'no changelog entry needed, ci, submodules'
|
skipLabels: 'no changelog entry needed, ci, submodules'
|
||||||
|
|
Loading…
Reference in a new issue