Skip to content

Commit b8dd2b4

Browse files
committed
chore: another update
1 parent 3d1e6b4 commit b8dd2b4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/config/configuration.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
],
7575
"sort": "ASC",
76-
"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[![Maven Central](https://img.shields.io/maven-central/v/dev.suresh.build/project?logo=gradle&logoColor=white&color=00B4E6)](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- **Plugin Portal**: https://plugins.gradle.org/search?term=dev.suresh.plugin\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---\n\n<details>\n<summary>📝 Uncategorized Changes</summary>\n\n${{UNCATEGORIZED}}\n\n</details>\n\n---\n\n**Full Changelog**: https://github.com/${{OWNER}}/${{REPO}}/compare/${{FROM_TAG}}...${{TO_TAG}}",
76+
"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[![Maven Central](https://img.shields.io/maven-central/v/dev.suresh.build/project?logo=gradle&logoColor=white&color=00B4E6)](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>",
7777
"pr_template": "- ${{TITLE}} (#${{NUMBER}}) @${{AUTHOR}}",
7878
"empty_template": "- No changes in this release",
7979
"label_extractor": [
@@ -107,5 +107,6 @@
107107
"question",
108108
"invalid",
109109
"wontfix"
110-
]
110+
],
111+
"commit_template": "- ${{TITLE}} (${{SHA}}) @${{AUTHOR}}"
111112
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
23-
bc-plugins = "2.6.3"
23+
bc-plugins = "2.6.4"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.18.1"
2626
kotlin-dokka = "2.0.0"

0 commit comments

Comments
 (0)