mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore: migrate to auto for versioning
This commit is contained in:
28
.autorc
Normal file
28
.autorc
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user