Skip to content

Commit

Permalink
chore: require changelog entries for next branch (#4342)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Dec 12, 2023
1 parent 35be022 commit 09bdeba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This action requires that any PR targeting the main branch should touch at
# This action requires that any PR targeting the main and next branch should touch at
# least one CHANGELOG file. If a CHANGELOG entry is not required, add the "Skip
# Changelog" label to disable this action.

Expand All @@ -9,6 +9,7 @@ on:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
- next
jobs:
changelog:
runs-on: ubuntu-latest
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG_NEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 2.0

### :boom: Breaking Change

### :rocket: (Enhancement)

### :books: (Refine Doc)

### :house: (Internal)

### :bug: (Bug Fix)

0 comments on commit 09bdeba

Please sign in to comment.