- "template": "## 📋 What's Changed\n\n${{CHANGELOG}}\n\n## 📦 Maven Central Release\n\n🎉 **This release ${{TO_TAG}} is now available on Maven Central!**\n\n[](https://central.sonatype.com/search?namespace=dev.suresh.build)\n\n### 🔗 Quick Links\n- **Maven Central**: https://central.sonatype.com/search?namespace=dev.suresh.build\n- **Repository**: https://repo.maven.apache.org/maven2/dev/suresh/build/project/${{TO_TAG}}/\n- **Release**: https://github.com/${{OWNER}}/${{REPO}}/releases/tag/${{TO_TAG}}\n\n### 📥 How to Use\n\nAdd to your `settings.gradle.kts`:\n```kotlin\npluginManagement {\n resolutionStrategy {\n eachPlugin {\n if (requested.id.id.startsWith(\"dev.suresh.plugin\")) {\n useVersion(\"${{TO_TAG}}\")\n }\n }\n }\n repositories {\n gradlePluginPortal()\n mavenCentral()\n }\n}\n\nplugins { id(\"dev.suresh.plugin.repos\") }\n```\n\n### 🔐 Artifact Verification\n\nAll artifacts are signed with GPG key: `C124DB3A8AD1C13F7153DECDF209C085C8B53CA1`\n\n<details>\n<summary>📝 Uncategorized Changes</summary>\n\n${{UNCATEGORIZED}}\n\n</details>",
0 commit comments