Skip to content
Snippets Groups Projects
  1. Feb 27, 2025
    • Andrew Newdigate's avatar
      fix: use semver-coerced versioning · 859b6d05
      Andrew Newdigate authored
      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
      Unverified
      859b6d05
  2. Jan 24, 2025
  3. Nov 05, 2024
  4. Sep 17, 2024
  5. Sep 04, 2024
  6. Jul 29, 2024
  7. Jul 26, 2024
Loading