Skip to content

Commit 5ef70c3

Browse files
committedDec 2, 2023
ci: disable changelog creation script for now
1 parent b7c0be5 commit 5ef70c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎.github/workflows/changelogensets.yml

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

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

2122
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.