Skip to content

Commit

Permalink
ci: reenable changelogensets
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 19, 2023
1 parent acc38fc commit fb754d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/changelogensets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ concurrency:

jobs:
update-changelog:
# TODO: reenable after next release
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.')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit fb754d5

Please sign in to comment.