chore: migrate to auto for versioning

This commit is contained in:
Aman Varshney
2025-08-15 13:43:45 +05:30
parent 8818924fae
commit a632f76948
8 changed files with 1876 additions and 272 deletions

28
.autorc Normal file
View File

@@ -0,0 +1,28 @@
{
"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"
}
]
}