github RiskIdent/jelease v0.6.0

latest releases: v0.6.3, v0.6.2, v0.6.1...
5 months ago

What's Changed

Breaking changes

  • Removed config packages[].repos[].patches[].file in favor of per-patch config defining .file by @applejag in #30

    For example:

    # before:
    - url: tmp/upstream-test
      patches:
        - file: go.mod   # <---
          regex:
            match: '(github.com/joho/godotenv) v.*'
            replace: '{{ index .Groups 1 }} {{ .Version }}'
    
    # after:
    - url: tmp/upstream-test
      patches:
        - regex:
            file: go.mod   # <---
            match: '(github.com/joho/godotenv) v.*'
            replace: '{{ index .Groups 1 }} {{ .Version }}'

New features

Under the hood changes

Dependencies

New Contributors

Full Changelog: v0.5.2...v0.6.0

Don't miss a new jelease release

NewReleases is sending notifications on new releases.