Files
create-better-t-stack/.autorc
Aman Varshney 6ec497695d Revert "fix: auto configuration"
This reverts commit f34bbf509f.
2025-08-15 15:00:24 +05:30

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"
}
]
}