We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc38fc commit fb754d5Copy full SHA for fb754d5
.github/workflows/changelogensets.yml
@@ -15,8 +15,7 @@ concurrency:
15
16
jobs:
17
update-changelog:
18
- # TODO: reenable after next release
19
- if: false && github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.')
+ if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.')
20
runs-on: ubuntu-latest
21
22
steps:
0 commit comments