Skip to content

Commit cd310b8

Browse files
authored
ci(changelog): add changelog reminder (#1764)
* added changelog reminder * Update CHANGELOG.md * enforce changelog syntax * Update ci.yml * rewording
1 parent e8c28ef commit cd310b8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
branches:
88
- '**'
99
jobs:
10+
check-changelog:
11+
name: Changelog
12+
timeout-minutes: 5
13+
runs-on: ubuntu-18.04
14+
steps:
15+
- uses: actions/checkout@v2
16+
- uses: dangoslen/changelog-enforcer@v2
1017
build:
1118
runs-on: ubuntu-18.04
1219
timeout-minutes: 30

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
## New Features
77
## Improvements
8+
- Add CI check to add changelog entry (Manuel Trezza) [#1764](https://github.com/parse-community/parse-dashboard/pull/1764)
9+
810
## Fixes
911

1012
# 2.2.0

0 commit comments

Comments
 (0)