mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
29 lines
641 B
Plaintext
29 lines
641 B
Plaintext
{
|
|
"plugins": [
|
|
[
|
|
"npm",
|
|
{
|
|
"forcePublish": false,
|
|
"subPackageChangelogs": true
|
|
}
|
|
],
|
|
"all-contributors",
|
|
"conventional-commits",
|
|
"first-time-contributor",
|
|
"released"
|
|
],
|
|
"author": "Aman Varshney <amanvarshney.work@gmail.com>",
|
|
"repo": "AmanVarshney01/create-better-t-stack",
|
|
"name": "Aman Varshney",
|
|
"email": "amanvarshney.work@gmail.com",
|
|
"baseBranch": "main",
|
|
"labels": [
|
|
{
|
|
"name": "skip-release",
|
|
"changelogTitle": "⚠️ Pushed to `main`",
|
|
"description": "Skip a release and only update the changelog",
|
|
"releaseType": "skip"
|
|
}
|
|
]
|
|
}
|