{ "plugins": [ [ "npm", { "forcePublish": false, "subPackageChangelogs": true } ], "all-contributors", [ "conventional-commits", { "defaultReleaseType": "patch" } ], "first-time-contributor", "released" ], "author": "Aman Varshney ", "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" } ] }