diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 0d8d88ca73..cc2f2582ce 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -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. @@ -9,6 +9,7 @@ on: types: [opened, synchronize, reopened, labeled, unlabeled] branches: - main + - next jobs: changelog: runs-on: ubuntu-latest diff --git a/CHANGELOG_NEXT.md b/CHANGELOG_NEXT.md new file mode 100644 index 0000000000..f40795aede --- /dev/null +++ b/CHANGELOG_NEXT.md @@ -0,0 +1,11 @@ +## 2.0 + +### :boom: Breaking Change + +### :rocket: (Enhancement) + +### :books: (Refine Doc) + +### :house: (Internal) + +### :bug: (Bug Fix)