Skip to content

Commit fb754d5

Browse files
committedDec 19, 2023
ci: reenable changelogensets
1 parent acc38fc commit fb754d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/changelogensets.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ concurrency:
1515

1616
jobs:
1717
update-changelog:
18-
# TODO: reenable after next release
19-
if: false && github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.')
18+
if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.')
2019
runs-on: ubuntu-latest
2120

2221
steps:

0 commit comments

Comments
 (0)