Skip to content

Commit 12cbee6

Browse files
committed
chore: another config update
1 parent b8dd2b4 commit 12cbee6

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

.github/config/configuration.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,23 @@
7272
]
7373
}
7474
],
75-
"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- **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>",
75+
"ignore_labels": [
76+
"ignore"
77+
],
78+
"sort": {
79+
"order": "ASC",
80+
"on_property": "mergedAt"
81+
},
82+
"tag_resolver": {
83+
"method": "semver",
84+
"filter": {
85+
"pattern": "v(.+)",
86+
"target": "$1"
87+
}
88+
},
89+
"template": "## 📋 What's Changed\n\n${{CHANGELOG}}\n\n## 📦 Maven Central Release\n\n🎉 **This release v${{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/v${{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>",
7790
"pr_template": "- ${{TITLE}} (#${{NUMBER}}) @${{AUTHOR}}",
91+
"commit_template": "- ${{TITLE}} (${{MERGE_SHA}}) @${{AUTHOR}}",
7892
"empty_template": "- No changes in this release",
7993
"label_extractor": [
8094
{
@@ -107,6 +121,5 @@
107121
"question",
108122
"invalid",
109123
"wontfix"
110-
],
111-
"commit_template": "- ${{TITLE}} (${{SHA}}) @${{AUTHOR}}"
112-
}
124+
]
125+
}

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.4"
23+
bc-plugins = "2.6.5"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.18.1"
2626
kotlin-dokka = "2.0.0"

0 commit comments

Comments
 (0)