chore: updated goreleaser config a8586fda
Steve · 2026-06-07 21:04 11 file(s) · +55 −77
apps/blobs/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  disable: true
apps/bookmarks/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  # Disabled: workflow uploads artifacts to the real `bookmarks/vX.Y.Z` git tag
apps/cellar/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  # Disabled: workflow uploads artifacts to the real `cellar/vX.Y.Z` git tag
apps/easel/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  # Disabled: workflow uploads artifacts to the real `easel/vX.Y.Z` git tag
apps/feeds/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  # Disabled: workflow uploads artifacts to the real `feeds/vX.Y.Z` git tag
apps/jotts/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  # Disabled: workflow uploads artifacts to the real `jotts/vX.Y.Z` git tag
apps/library/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  # Disabled: workflow uploads artifacts to the real `library/vX.Y.Z` git tag
apps/og/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  # Disabled: workflow uploads artifacts to the real `og/vX.Y.Z` git tag
apps/posts/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  # Disabled: workflow uploads artifacts to the real `posts/vX.Y.Z` git tag
apps/shrink/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  # Disabled: workflow uploads artifacts to the real `shrink/vX.Y.Z` git tag
apps/sipp/.goreleaser.yml +5 −7
50 50
  version_template: "0.0.0-snapshot-{{.ShortCommit}}"
51 51
52 52
changelog:
53 -
  use: github
54 -
  sort: asc
55 -
  filters:
56 -
    exclude:
57 -
      - "^docs:"
58 -
      - "^test:"
59 -
      - "^chore:"
53 +
  # Disabled: the workflow's `gh release create --generate-notes` produces the
54 +
  # real notes on the prefixed `<app>/vX.Y.Z` tag. GoReleaser's GitHub compare
55 +
  # API uses the stripped version (e.g. v0.4.0), which 404s since the real tag
56 +
  # is prefixed (e.g. posts/v0.4.0).
57 +
  disable: true
60 58
61 59
release:
62 60
  # Disabled: workflow uploads artifacts to the real `sipp/vX.Y.Z` git tag