From ab4713f885b44bb47a620519e7bc6afb6441bc87 Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Tue, 27 Dec 2022 18:21:07 +0100 Subject: [PATCH] [Kotlin] Switch to NPM automation (#2071) - NPM looks a lot more accurate than git (by 1 to 6 days) - NPM is missing a few 1.x version (see https://www.npmjs.com/package/kotlin) --- products/kotlin.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/products/kotlin.md b/products/kotlin.md index e5fccf33528..651e1d48a47 100644 --- a/products/kotlin.md +++ b/products/kotlin.md @@ -8,17 +8,18 @@ alternate_urls: versionCommand: kotlinc-native -version releasePolicyLink: https://kotlinlang.org/docs/releases.html changelogTemplate: "https://github.com/JetBrains/kotlin/releases/tag/v__LATEST__" -identifiers: -- repology: kotlin -auto: -- git: https://github.com/JetBrains/kotlin.git - # See https://rubular.com/r/KT3q1yE8NDOoPB for regex reference - regex: '^v(?0|[1-9]\d*)\.(?0|[1-9]\d*)\.(?0|[1-9]\d*)$' activeSupportColumn: false discontinuedColumn: false releaseDateColumn: true releaseColumn: true +identifiers: +- repology: kotlin + +# NPM looks a lot more accurate than git, even if it does not reference a few 1.x versions. +auto: +- npm: kotlin + releases: - releaseCycle: "1.7" eol: false #not sure about eol dates of kotlin if you find any information about this please change this part