Skip to content
Snippets Groups Projects
Unverified Commit 1bac7218 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

fix: use semver-coerced versioning

I've noticed that truncated versioning upgrades is no longer working.

Looking at the logs in Renovate, the versions are reporting as invalid:

```json
 {
  "depName": "goreleaser/goreleaser",
  "currentValue": "2.3",
  "datasource": "github-releases",
  "versioning": "semver",
  "replaceString": " 2.3 # datasource=github-releases depName=goreleaser/goreleaser\n",
  "updates": [],
  "packageName": "goreleaser/goreleaser",
  "warnings": [],
  "skipReason": "invalid-value"
}
```

This is an attempt to fix this situation by switching to coerced semver,
which allows coersion of truncated version numbers
parent c67f71aa
No related branches found
No related tags found
No related merge requests found
Pipeline #24987368 failed
Status
Pipeline
Created by
Stages
Actions
Failed

avatar
Download artifacts

No artifacts found