Skip to content

Commit

Permalink
feat(dotnet): group NUKE packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzelsius authored Sep 11, 2024
1 parent 0b0b796 commit 1ee17d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"description": "Group PRs made for Gridify NuGet packages",
"matchPackagePatterns": ["^Gridify"],
"groupName": "Gridify"
},
{
"description": "Group PRs made for NUKE packages",
"matchPackagePatterns": ["^Nuke"],
"groupName": "NUKE Build"
}
]
}

0 comments on commit 1ee17d8

Please sign in to comment.