Skip to content

Commit

Permalink
[Kotlin] Switch to NPM automation (#2071)
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
marcwrobel committed Dec 28, 2022
1 parent 7966189 commit 93207fb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions products/kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ alternate_urls:
versionCommand: kotlinc-native -version
releasePolicyLink: https://kotlinlang.org/docs/security.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(?<major>0|[1-9]\d*)\.(?<minor>0|[1-9]\d*)\.(?<patch>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
Expand Down

0 comments on commit 93207fb

Please sign in to comment.