renovate/lib/modules/versioning/hermit
2023-04-28 04:33:15 +00:00
..
index.spec.ts refactor: replace test.each with it.each (#21859) 2023-04-28 04:33:15 +00:00
index.ts fix: hermit versioning matches should call equals on Channel versions (#20058) 2023-01-27 06:31:24 +01:00
readme.md docs(hermit versioning): fix typos (#16929) 2022-08-04 09:12:36 +02:00

Hermit versioning is a mix of version and channel.

Version

Hermit's package version comes from the package's original Git tag. The version is an extension to SemVer, with an extra build number to accommodate package versions from OpenJDK, which has a value 15.0.1_9.

Channel

Channel could be Hermit-generated or user-defined. Channel is considered unstable version and normally won't upgrade. If you would like to get out of Channel, you could replace the Channel with a given version number and let Renovate manage it.