build(deps): bump github.com/kovidgoyal/imaging from 1.6.3 to 1.6.4

Bumps [github.com/kovidgoyal/imaging](https://github.com/kovidgoyal/imaging) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/kovidgoyal/imaging/releases)
- [Changelog](https://github.com/kovidgoyal/imaging/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/kovidgoyal/imaging/compare/v1.6.3...v1.6.4)

---
updated-dependencies:
- dependency-name: github.com/kovidgoyal/imaging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-13 14:28:36 +00:00
committed by GitHub
parent e3fd582be8
commit fe8d6e3aa9
5 changed files with 7 additions and 11 deletions
+2 -6
View File
@@ -6,7 +6,7 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
version: 1
version: 2
before:
hooks:
@@ -34,8 +34,4 @@ archives:
format: zip
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
disable: true
+1 -1
View File
@@ -22,7 +22,7 @@ def main():
os.environ['GITHUB_TOKEN'] = open(os.path.join(os.environ['PENV'], 'github-token')).read().strip()
run('git', 'tag', '-a', 'v' + version, '-m', f'version {version}')
run('git', 'push')
run('goreleaser', 'release')
run('goreleaser', 'release', '--clean')
if __name__ == '__main__':