Enforce changelog (#564)

* Enforce changelog

* Update changelog
This commit is contained in:
Stéphane Bruckert 2020-08-29 11:37:21 +01:00 committed by GitHub
parent 5e9f97df8e
commit 3eb3154ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

15
.github/workflows/pull_request.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: "Pull Request Workflow"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: dangoslen/changelog-enforcer@v1.1.1
with:
changeLogPath: 'CHANGELOG.md'
skipLabel: 'skip-changelog'

View File

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for the PKCE Auth Flow
- Support to advertise different language to Spotify
- Added 'collaborative' parameter to user_playlist_create method.
- Enforce CHANGELOG update on PR
### Deprecated