What's Changed
Breaking changes
-
Removed config
packages[].repos[].patches[].file
in favor of per-patch config defining.file
by @applejag in #30For 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
- Bump actions/checkout from 3 to 4 by @dependabot in #32
- Bump fsfe/reuse-action from 1 to 3 by @dependabot in #34
- Bump remark-gfm from 3.0.1 to 4.0.0 by @dependabot in #35
- Bump remark-cli from 11.0.0 to 12.0.0 by @dependabot in #36
- Bump slackapi/slack-github-action from 1.24.0 to 1.25.0 by @dependabot in #33
New Contributors
- @dependabot made their first contribution in #32
Full Changelog: v0.5.2...v0.6.0