File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ if is_release || is_prerelease; then
3333 git cliff --unreleased --tag $VERSION --output CHANGELOG.md
3434 gh release create " $VERSION " --title " $VERSION " --target " $( git rev-parse HEAD) " --notes-file CHANGELOG.md
3535else
36- echo " Not a release or pre-release branch, skipping GitHub release."
36+ echo " Not a release or pre-release branch, skipping release."
3737fi
Original file line number Diff line number Diff line change 1111 "automerge" : true
1212 },
1313 {
14- "description" : " Group all Go updates together" ,
15- "matchManagers" : [" mise" , " gomod" ],
14+ "description" : " Group all Go updates together (gomod)" ,
15+ "matchManagers" : [" gomod" ],
16+ "matchPackageNames" : [" go" ],
17+ "groupName" : " Go updates"
18+ },
19+ {
20+ "description" : " Group all Go updates together (mise)" ,
21+ "matchManagers" : [" mise" ],
1622 "matchDepNames" : [" go" ],
1723 "groupName" : " Go updates"
1824 },
You can’t perform that action at this time.
0 commit comments