Files
create-better-t-stack/.autorc
2025-08-15 14:48:53 +05:30

45 lines
978 B
Plaintext

{
"plugins": [
[
"npm",
{
"forcePublish": false,
"subPackageChangelogs": true
}
],
"all-contributors",
[
"conventional-commits",
{
"defaultReleaseType": "patch"
}
],
"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",
"onlyPublishWithReleaseLabel": false,
"labels": [
{
"name": "skip-release",
"changelogTitle": "⚠️ Pushed to `main`",
"description": "Skip a release and only update the changelog",
"releaseType": "skip"
},
{
"name": "internal",
"changelogTitle": "🏠 Internal",
"releaseType": "patch"
},
{
"name": "documentation",
"changelogTitle": "📝 Documentation",
"releaseType": "patch"
}
]
}