fix: auto configuration

This commit is contained in:
Aman Varshney
2025-08-15 14:48:53 +05:30
parent e7f893d76b
commit f34bbf509f
4 changed files with 62 additions and 5 deletions

18
.autorc
View File

@@ -8,7 +8,12 @@
}
],
"all-contributors",
"conventional-commits",
[
"conventional-commits",
{
"defaultReleaseType": "patch"
}
],
"first-time-contributor",
"released"
],
@@ -17,12 +22,23 @@
"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"
}
]
}