Skip to content

Commit b1de21a

Browse files
authored
ci(changelog): add changelog reminder (#7512)
* Update ci.yml * Update CHANGELOG.md * Update ci.yml * Update ci.yml
1 parent a967e79 commit b1de21a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
run: npm ci
3232
- name: CI Self-Check
3333
run: npm run ci:check
34+
check-changelog:
35+
name: Changelog
36+
timeout-minutes: 5
37+
runs-on: ubuntu-18.04
38+
steps:
39+
- uses: actions/checkout@v2
40+
- uses: dangoslen/changelog-enforcer@v2
3441
check-lint:
3542
name: Lint
3643
timeout-minutes: 15

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ ___
142142
- Fix LiveQuery server crash when using $all query operator on a missing object key (Jason Posthuma) [#7421](https://github.com/parse-community/parse-server/pull/7421)
143143
- Added runtime deprecation warnings (Manuel Trezza) [#7451](https://github.com/parse-community/parse-server/pull/7451)
144144
- Add ability to pass context of an object via a header, X-Parse-Cloud-Context, for Cloud Code triggers. The header addition allows client SDK's to add context without injecting _context in the body of JSON objects (Corey Baker) [#7437](https://github.com/parse-community/parse-server/pull/7437)
145+
- Add CI check to add changelog entry (Manuel Trezza) [#7512](https://github.com/parse-community/parse-server/pull/7512)
145146

146147
## 4.10.0
147148
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.5.2...4.10.0)

0 commit comments

Comments
 (0)