File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ changelog :
2
+ exclude :
3
+ labels :
4
+ - " Skip Changelog"
5
+ - " Release"
6
+ authors :
7
+ - dependabot[bot]
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ async function createRelease(version) {
142
142
143
143
// Create PR using GitHub CLI and capture the URL
144
144
console . log ( '\nCreating PR...' ) ;
145
- const prUrl = execWithOutput ( `gh pr create --title "Release ${ version } " --body "Release version ${ version } " --base trunk --head ${ branchName } --reviewer "Automattic/fediverse" --assignee "${ currentUser } "` ) ;
145
+ const prUrl = execWithOutput ( `gh pr create --title "Release ${ version } " --body "Release version ${ version } " --base trunk --head ${ branchName } --reviewer "Automattic/fediverse" --assignee "${ currentUser } " --label "Release" ` ) ;
146
146
147
147
// Open PR in browser if a URL was returned
148
148
if ( prUrl && prUrl . includes ( 'github.com' ) ) {
You can’t perform that action at this time.
0 commit comments