-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(presets): Add monorepo Spectre.Console #23193
feat(presets): Add monorepo Spectre.Console #23193
Conversation
The library goes with the name |
@rarkins, using When creating the grouping manually, there's the In my local setups I currently use: {
"matchPackageNames": [
"Spectre.Console",
"Spectre.Console.Cli",
"Spectre.Console.Testing",
"Spectre.Console.ImageSharp",
"Spectre.Console.Analyzer"
],
"groupName": "Spectre.Console",
"groupSlug": "spectre-console"
} I'd rather prefer using |
it's our design decision to only use lower case and dashes for those groups. |
Co-authored-by: Michael Kriese <[email protected]>
good to know. |
🎉 This PR is included in version 36.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
Added monorepo preset for Spectre.Console
Context
If multiple parts of Spectre.Console are consumed in a project, they should all be updated together.
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: