Releases: goreleaser/goreleaser
v1.16.2
Changelog
Bug fixes
- 5327759: fix(ko): disable SBOM when
sbom
isnone
(#3861) (@maxbrunet)
Build process updates
Other work
Full Changelog: v1.16.1...v1.16.2
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
v1.16.1
Changelog
Security updates
Full Changelog: v1.16.0...v1.16.1
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
v1.16.0
Changelog
New Features
- d5151a6: feat: ConventionalExtension on nFPM (#3822) (@caarlos0)
- 6c21b01: feat: add OpenCollective (#3753) (@jolheiser)
- a40eb15: feat: add base template function (#3834) (@caarlos0)
- 874d698: feat: add healthcheck cmd (#3826) (@caarlos0)
- 9e21511: feat: cosign update (#3821) (@caarlos0)
- 99ae082: feat: finally deprecate the single build option (#3758) (@caarlos0)
- b6dd26c: feat: infer package name from go.mod (#3827) (@caarlos0)
- 9dfa94c: feat: scoop depends (#3797) (@caarlos0)
- 2920de7: feat: templateable changelog.skip (#3830) (@caarlos0)
Bug fixes
- 8b41864: fix: GO-2023-1571 (@caarlos0)
- 2c80588: fix: better handle password protected keys (#3788) (@caarlos0)
- 1aa984d: fix: convert to forward slashes inside gio.Copy (#3794) (@caarlos0)
- be3a1b2: fix: create temp docker outside dist (#3823) (@caarlos0)
- 4f7475e: fix: meta archives make the other archives be ignored (#3804) (@caarlos0)
- 1858bac: fix: nfpm replacements deprecation (#3793) (@caarlos0)
- 2634fbd: fix: race condition on artifacts.List (#3813) (@caarlos0)
- e6159a1: fix: remove unused field (#3817) (@caarlos0)
- 7021640: fix: skip publish on exec (#3800) (@caarlos0)
- 53838da: fix: smtp mixup of env and yaml opts (#3815) (@caarlos0)
- 6d3eb57: fix: update to go 1.20.1 (@caarlos0)
Dependency updates
- 970fad3: feat(deps): bump github.com/disgoorg/disgo from 0.15.0 to 0.15.1 (#3785) (@dependabot[bot])
- 4ea080c: feat(deps): bump github.com/disgoorg/disgo from 0.15.1 to 0.15.2 (#3819) (@dependabot[bot])
- 2b454c2: feat(deps): bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0 (#3802) (@dependabot[bot])
- f3f6d94: feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.25.1 to 2.26.0 (#3779) (@dependabot[bot])
- d658b04: feat(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#3809) (@dependabot[bot])
- c903398: feat(deps): bump github.com/xanzy/go-gitlab from 0.79.1 to 0.80.0 (#3774) (@dependabot[bot])
- 3f34afc: feat(deps): bump github.com/xanzy/go-gitlab from 0.80.0 to 0.80.2 (#3786) (@dependabot[bot])
- 41bb6dc: feat(deps): bump gocloud.dev from 0.28.0 to 0.29.0 (#3837) (@dependabot[bot])
- db5a305: feat(deps): bump golang from 1.20.0-alpine to 1.20.1-alpine (#3783) (@dependabot[bot])
- 763340c: feat(deps): bump golang from
48f336e
to87d0a33
(#3820) (@dependabot[bot]) - 5fa826e: feat(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#3768) (@dependabot[bot])
- dde6a23: feat(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#3839) (@dependabot[bot])
- 3e63d73: feat(deps): bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 (#3769) (@dependabot[bot])
- 284574d: feat(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 (#3840) (@dependabot[bot])
- 8c763ce: feat(deps): bump golang.org/x/text from 0.6.0 to 0.7.0 (#3770) (@dependabot[bot])
- e8948e9: feat(deps): bump golang.org/x/text from 0.7.0 to 0.8.0 (#3838) (@dependabot[bot])
- b572e8a: feat(deps): bump golang.org/x/tools from 0.5.0 to 0.6.0 (#3778) (@dependabot[bot])
- acc9eea: feat(deps): update env to v7 (#3814) (@caarlos0)
Build process updates
Other work
- 6eff385: docs: add cross-compilation article (#3811) (@jamietanna)
- 26cdc63: docs: add missing file (@caarlos0)
- b4a4ca1: docs: fix list item count (#3816) (@CC11001100)
- 3e6aa96: docs: more redirs (@caarlos0)
- 17782b1: docs: ordering (@caarlos0)
- b18339c: docs: pro features (@caarlos0)
- adc279a: docs: update (@caarlos0)
- 7f445e9: docs: update snap ref links (#3775) (@mohammadv184)
- 4c44ece: docs: updates (@caarlos0)
- 29335c8: docs: updates (@caarlos0)
Full Changelog: v1.15.2...v1.16.0
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
v1.15.2
Changelog
Bug fixes
- 90d8324: fix(gitlab): correctly prepend/append/keep releases notes (#3765) (@christophwitzko)
- 9b7603a: fix: force specific version of go-crypto (#3756) (@caarlos0)
Build process updates
- 15bc656: build: add another category to our changelog (@caarlos0)
- 2bfbab9: build: disable goreleaser twitter announce (@caarlos0)
- addd7c4: build: fix workflow syntax (@caarlos0)
- b0783c7: build: run test on any workflow change (@caarlos0)
- 8191475: build: use go1.20 (#3757) (@caarlos0)
Other work
- 72bd87d: docs: improve changelog (@caarlos0)
- 92377e8: docs: twitter non-free api warning (@caarlos0)
Full Changelog: v1.15.1...v1.15.2
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
v1.15.1
Changelog
Bug fixes
- 7c6bd86: fix: do not do fancy 3rd party process logging (#3747) (@caarlos0)
- f22987a: fix: honouring ko bare option (#3743) (@kameshsampath)
- 1dbb558: fix: make the warning clearer (@caarlos0)
Dependency updates
- b0a59a1: Revert "feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.23.0 to 2.24.0 (#3715)" (@caarlos0)
- a6d558a: feat(deps): bump github.com/xanzy/go-gitlab from 0.79.0 to 0.79.1 (#3739) (@dependabot[bot])
Other work
- f25e3b3: build: increase release timeout (#3734) (@caarlos0)
- aa3aff3: docs: improve git dirty err page (@caarlos0)
- 53fdcd7: docs: reference --clean instead of --rm-dist everywhere (@caarlos0)
Full Changelog: v1.15.0...v1.15.1
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
v1.15.0
Changelog
New Features
- 2450746: feat: add ko support (#3653) (@caarlos0)
- 1b7dd25: feat: allow to template apk keyname (#3667) (@KalleDK)
- afc38b7: feat: allow to template release.disable and releaser.skip_upload (#3710) (@caarlos0)
- d386cbf: feat: allow to template snaps.grade (#3712) (@caarlos0)
- 82be112: feat: allow to template telegram.chat_id (#3686) (@caarlos0)
- d18adfb: feat: deprecate --rm-dist in favor of new --clean flag (#3702) (@caarlos0)
Bug fixes
- 4954815: fix: improve handling of --rm-dist deprecation (#3728) (@caarlos0)
- caaf997: fix: only debs should create iphoneos pkgs (#3719) (@caarlos0)
- 0286cf7: fix: schema (@caarlos0)
- 2257b63: fix: telegram.chat_id string (@caarlos0)
- af38a4c: fix: toslash artifact paths on metadata.json (@caarlos0)
Dependency updates
- 12d5ed0: feat(deps): bump github.com/disgoorg/disgo from 0.14.1 to 0.15.0 (#3718) (@dependabot[bot])
- 599ed65: feat(deps): bump github.com/google/go-containerregistry from 0.11.0 to 0.12.1 (#3699) (@dependabot[bot])
- 54ef103: feat(deps): bump github.com/google/go-containerregistry from 0.12.1 to 0.13.0 (#3716) (@dependabot[bot])
- 7375a39: feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.23.0 to 2.24.0 (#3715) (@dependabot[bot])
- 0fe8b8d: feat(deps): bump github.com/xanzy/go-gitlab from 0.77.0 to 0.78.0 (#3690) (@dependabot[bot])
- f979a63: feat(deps): bump github.com/xanzy/go-gitlab from 0.78.0 to 0.79.0 (#3717) (@dependabot[bot])
- 3fd95e1: feat(deps): bump gocloud.dev from 0.27.0 to 0.28.0 (#3689) (@dependabot[bot])
- 395d8de: feat(deps): bump golang from 1.19.4-alpine to 1.19.5-alpine (#3694) (@dependabot[bot])
- 66dbc7f: feat(deps): bump golang from
a9b24b6
to86d32cc
(#3691) (@dependabot[bot]) - 793def6: feat(deps): bump golang.org/x/crypto from 0.3.0 to 0.5.0 (#3695) (@dependabot[bot])
- da1dca2: feat(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 (#3693) (@dependabot[bot])
- 31f8811: feat(deps): bump golang.org/x/text from 0.5.0 to 0.6.0 (#3681) (@dependabot[bot])
- 571cde5: feat(deps): bump golang.org/x/tools from 0.2.0 to 0.5.0 (#3700) (@dependabot[bot])
- 71f3952: feat(deps): update go-github from v48 to v50 (@caarlos0)
Other work
- 48f77f9: build: fix htmltest config (@caarlos0)
- 0f8de79: build: notify goreleaser-cross about new release (#3685) (@troian)
- e90193b: build: only notify generate-releases on a release (@caarlos0)
- e27e3a6: build: release for ppc64 (@caarlos0)
- 17cd672: build: use go 1.19.5 (@caarlos0)
- a1876e3: docs: GO_VERSION in the examples might cause confusion (@caarlos0)
- cb13b55: docs: apk key name template (@caarlos0)
- 9c5b4d5: docs: consistent formatting (@caarlos0)
- 5c4c7de: docs: fix deprecation notice for
--rm-dist
->--clean
(#3733) (@Daegalus) - 750664f: docs: fix nfpm override depends (@caarlos0)
- 938edc4: docs: fix releases.json (@caarlos0)
- 050f5a4: docs: fix typo in changelog page (#3730) (@j178)
- d6504aa: docs: keep --rm-dist for now (@caarlos0)
- 3eb759f: docs: keep --rm-dist on docs for now (@caarlos0)
- 1381e02: docs: quote strings in docker manifests docs (@caarlos0)
- 2af9bdb: docs: rename
.goreleaser.yml
to.goreleaser.yaml
in intro (#3680) (@craigpastro) - 99e1ac1: docs: repology img (@caarlos0)
- 44012cc: docs: update (@caarlos0)
- 98e3a7f: docs: update (@caarlos0)
- 49ccad4: docs: update USERS.md (#3688) (@cfabianski)
- 95c4c86: docs: update changelog docs and schema (@caarlos0)
- 13fda95: docs: update schema for changelog.sort (@caarlos0)
- a1477f9: refactor: improve changelog code (@caarlos0)
- c42b3ec: refactor: improve go mod proxy usage (#3698) (@caarlos0)
- 90a8215: refactor: improve tmpls that eval to a bool (#3726) (@caarlos0)
- 8e3567e: refactor: rename ChangeLogGroup to ChangelogGroup (@caarlos0)
Full Changelog: v1.14.1...v1.15.0
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
v1.14.1
Changelog
Bug fixes
- 3734c2d: fix: check that the variable resp is not nil (#3670) (@ddddddO)
- ee51a5a: fix: do not put binaries in /usr/local/bin (#3677) (@caarlos0)
- bd98343: fix: improve changelog a bit (#3673) (@caarlos0)
- 1d2842c: fix: log which token will be used (#3665) (@caarlos0)
- da23357: fix: native changeloger without previous tag (#3668) (@caarlos0)
- 47ce9a9: fix: only fail announcing phase in the end (#3666) (@caarlos0)
Dependency updates
- 033af4a: fix(deps): Bump github.com/goreleaser/nfpm/v2 from 2.22.2 to 2.23.0 (#3679) (@dependabot[bot])
Other work
- a3867c8: docs: clarify token files a bit (@caarlos0)
- c714e13: docs: deploy to cloudflare pages (@caarlos0)
- 09b76aa: docs: fix descriptions (@caarlos0)
- 232c982: docs: improve build (#3674) (@caarlos0)
- 7100096: docs: improve docs build/organization (@caarlos0)
- f238d96: docs: remove vercel (#3672) (@caarlos0)
- 2ae0eaf: docs: update (@caarlos0)
- 7be7093: docs: update mkdocs options (@caarlos0)
- 02e2dfd: docs: update workflows (@caarlos0)
- ad40cb0: refactor: improve mergeability (@caarlos0)
Full Changelog: v1.14.0...v1.14.1
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
v1.14.0
Changelog
New Features
- 541e3df: feat(brew): allow to template brew.install (#3593) (@caarlos0)
- 1b8395d: feat(build): allow to template env (#3592) (@caarlos0)
- b665685: feat: add windows to default builds (#3581) (@jolheiser)
- 2e5a8e5: feat: allow to template archives.files.info (#3630) (@caarlos0)
- a209757: feat: better archives relative paths (#3656) (@caarlos0)
- f5696d0: feat: custom tag.sort (#3611) (@caarlos0)
- e546564: feat: deprecate replacements (#3589) (@caarlos0)
- 9370676: feat: set file info for binaries inside archives (#3618) (@caarlos0)
- f3f1c08: feat: title template function (#3590) (@caarlos0)
Bug fixes
- d4b570a: fix: clarify scoop no windows archive errors (@caarlos0)
- ddf7660: fix: extra quotes on goreleaser archives (@caarlos0)
- a3d3ab2: fix: improve docker warning (@caarlos0)
- 6ff8936: fix: improve nfpm error (@caarlos0)
- e72ab30: fix: improve schema for signs (#3603) (@caarlos0)
- 21648d1: fix: init with extra quote (@caarlos0)
- d7ce484: fix: jsonschema for chocolateys (@caarlos0)
- 494ba29: fix: lint issue (@caarlos0)
- 50bd784: fix: log request-id on upload error and release create/update (#3608) (@caarlos0)
- f05f3b5: fix: merge issues (@caarlos0)
- c2adc17: fix: missing digests on manifests (#3602) (@caarlos0)
- 46fdb55: fix: multiple files with same name warning (#3660) (@caarlos0)
- 33528d7: fix: remove warning (@caarlos0)
- 19ab124: fix: retain symlinks added to zip archives (#3585) (@orirawlings)
- a1305d3: fix: validate env templates (#3591) (@caarlos0)
- 24d8647: fix: warn if list has multiple files with same name (#3607) (@caarlos0)
Dependency updates
- cac3f17: feat(deps): build with go 1.19.4 (#3644) (@caarlos0)
- c8f0076: feat(deps): bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.0 (#3606) (@dependabot[bot])
- 691234d: feat(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.6.1 to 2.7.0 (#3638) (@dependabot[bot])
- 583bca5: feat(deps): bump github.com/caarlos0/log from 0.1.10 to 0.2.0 (#3634) (@dependabot[bot])
- 8480d30: feat(deps): bump github.com/caarlos0/log from 0.2.0 to 0.2.1 (#3646) (@dependabot[bot])
- 7083751: feat(deps): bump github.com/dghubble/oauth1 from 0.7.1 to 0.7.2 (#3627) (@dependabot[bot])
- 9abc613: feat(deps): bump github.com/disgoorg/disgo from 0.13.21 to 0.13.22 (#3577) (@dependabot[bot])
- a2308ee: feat(deps): bump github.com/disgoorg/disgo from 0.13.22 to 0.14.0 (#3610) (@dependabot[bot])
- d32b420: feat(deps): bump github.com/disgoorg/disgo from 0.14.0 to 0.14.1 (#3650) (@dependabot[bot])
- 261cc8a: feat(deps): bump github.com/google/go-github/v48 from 48.1.0 to 48.2.0 (#3633) (@dependabot[bot])
- 45868b8: feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.22.1 to 2.22.2 (#3613) (@dependabot[bot])
- b6cac24: feat(deps): bump github.com/slack-go/slack from 0.11.4 to 0.12.0 (#3649) (@dependabot[bot])
- 196fa6c: feat(deps): bump github.com/slack-go/slack from 0.12.0 to 0.12.1 (#3654) (@dependabot[bot])
- d0e91cb: feat(deps): bump github.com/ulikunitz/xz from 0.5.10 to 0.5.11 (#3639) (@dependabot[bot])
- 85f4be9: feat(deps): bump github.com/xanzy/go-gitlab from 0.74.0 to 0.76.0 (#3578) (@dependabot[bot])
- 6b01982: feat(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0 (#3637) (@dependabot[bot])
- e8773b7: feat(deps): bump golang from 1.19.3-alpine to 1.19.4-alpine (#3626) (@dependabot[bot])
- 4c62c9b: feat(deps): bump golang from
d171aa3
to8bd8a4b
(#3617) (@dependabot[bot]) - f83a942: feat(deps): bump golang.org/x/text from 0.3.7 to 0.4.0 (#3595) (@dependabot[bot])
- 50d1ca6: feat(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 (#3622) (@dependabot[bot])
Other work
- fd9afb9: docs: add Optimus Mine to GoReleaser users (#3651) (@abemedia)
- eedf957: docs: clarify cgo (@caarlos0)
- bb6181c: docs: document release upload errors (@caarlos0)
- 5c15e5a: docs: errors/build (@caarlos0)
- 2999db7: docs: fix README badge (#3652) (@dirien)
- 960814a: docs: fix
skip_push
parameter toskip_build
(#3628) (@j178) - 0c6d209: docs: fix typo in pro docs (#3586) (@markphelps)
- 5434168: docs: improve modeline docs (@caarlos0)
- 27af559: docs: improve reproducible builds (@caarlos0)
- fb901ae: docs: make co-marketing more strict on eula (#3583) (@caarlos0)
- ee9816b: docs: schema update (@caarlos0)
- 580022b: docs: typo fix (@caarlos0)
- b06f217: docs: update docker options and schema (@caarlos0)
- 3cfe215: docs: update github-action documentation (#3640) (@caarlos0)
- 0767ded: refactor: improving minio and docker tests (#3642) (@caarlos0)
Full Changelog: v1.13.1...v1.14.0
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
v1.13.1
Changelog
Bug fixes
Full Changelog: v1.13.0...v1.13.1
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
v1.13.0
Changelog
New Features
- 5eb1e4a: feat: add digest to artifacts info of published docker images (#3540) (@gal-legit)
- e65c531: feat: add mastodon (#3567) (@jolheiser)
- 0a536f0: feat: build of shared/static libraries (#3511) (@borgoat)
- f2281e8: feat: chocolatey support (#3509) (@faabiosr)
- ad359a4: feat: implement nfpm archlinux packages (#3470) (@Arsen6331)
- 76dc0b5: feat: output checksums to artifacts info (#3548) (@gal-legit)
- 7544f7a: feat: update to go 1.19.3 (#3523) (@caarlos0)
- 4863781: feat: use digest on manifests (#3555) (@caarlos0)
- b55b997: feat: use digest to sign docker images/manifests (#3556) (@caarlos0)
Bug fixes
- 0ea4f1d: fix(changelog): group regexps (#3527) (@stevenh)
- 1272811: fix(ci): codeql use go 1.19 (#3570) (@caarlos0)
- 154c520: fix: Trim trailing slash from Gitea URL (#3488) (@SamTherapy)
- 1a69d44: fix: allow to template scoop/brew/krew repo ref (#3521) (@caarlos0)
- 6fd8eec: fix: do not run changelog on goreleaser build (#3520) (@caarlos0)
- 778f099: fix: improve artifactory error handling (#3546) (@caarlos0)
- 5731815: fix: improve github release code (#3547) (@caarlos0)
- 1a9209e: fix: log missing image name (@caarlos0)
- 5ca4a7d: fix: log when no artifacts are found for docker (#3554) (@caarlos0)
- ab08d0b: fix: move mastodon server to yaml (#3568) (@caarlos0)
- bb00eda: fix: set dockers.goarm to 6 by default (#3552) (@caarlos0)
- 096c6ba: fix: variable name (@caarlos0)
Dependency updates
- de1e6bb: feat(deps): bump github.com/disgoorg/disgo from 0.13.20 to 0.13.21 (#3519) (@dependabot[bot])
- 226f56e: feat(deps): bump github.com/google/go-github/v48 from 48.0.0 to 48.1.0 (#3558) (@dependabot[bot])
- 8794290: feat(deps): bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 (#3539) (@dependabot[bot])
- 77b5cc3: feat(deps): bump github.com/slack-go/slack from 0.11.3 to 0.11.4 (#3536) (@dependabot[bot])
- 6bcc103: feat(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#3494) (@dependabot[bot])
- b3d8353: feat(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#3493) (@dependabot[bot])
- e269a1d: feat(deps): bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0 (#3513) (@dependabot[bot])
- b9649cf: feat(deps): bump golang from 1.19.2-alpine to 1.19.3-alpine (#3522) (@dependabot[bot])
- 25522b5: feat(deps): bump golang from
8558ae6
todc4f475
(#3544) (@dependabot[bot]) - 6663177: feat(deps): bump golang from
dc4f475
tod171aa3
(#3565) (@dependabot[bot]) - f01f300: feat(deps): bump golang from
f3e6836
toe4dcdac
(#3500) (@dependabot[bot]) - 0638b0a: feat(deps): update nfpm to v2.21.0 (@caarlos0)
- 2e43234: feat(deps): update nfpm to v2.22.0 (@caarlos0)
- 9fa3438: fix(deps): nfpm v2.22.1 (@caarlos0)
Other work
- ed30c4e: docs: /twitter, discord, linkedin etc (@caarlos0)
- f1e6305: docs: Mention Gitea explicitly (#3489) (@SamTherapy)
- c490a0d: docs: add Mercure to users (#3549) (@dunglas)
- b101e3b: docs: add Syft to contributing docs (#3529) (@marcjmiller)
- b9241a4: docs: add more podman details (@caarlos0)
- 1447ac8: docs: add openssf badge (@caarlos0)
- 1e39e3c: docs: add woodpecker ci (#3516) (@jolheiser)
- 6dac256: docs: added /security (@caarlos0)
- 79b7ceb: docs: clarify archlinux and v1.13 (@caarlos0)
- 10586bd: docs: clarify lack of vcs info when building from proxy (@caarlos0)
- 97ca416: docs: ensure pip is up to date (@caarlos0)
- d4c3e82: docs: fix redirects (@caarlos0)
- 722463d: docs: fix typo in .goreleaser.yaml (#3531) (@frantjc)
- 0f79adc: docs: fix wording (#3542) (@adamdmharvey)
- c71d8ec: docs: gif (#3504) (@caarlos0)
- ee6225f: docs: improve schema (#3553) (@caarlos0)
- b6e5b87: docs: instruct how to use a pinned version of the jsonschema (@caarlos0)
- de254d5: docs: mastodon (@caarlos0)
- b76b658: docs: note trailing slash on nfpm (@caarlos0)
- e47bad4: docs: small improvement (@caarlos0)
- 964e703: docs: small updates (@caarlos0)
- 311db13: docs: update docs to mention gitlab protected vars (#3528) (@marcjmiller)
- 22a7a9a: refactor: small improvements (@caarlos0)
- 33ea55b: refactor: use the variable from artifact (@caarlos0)
- 78fa66a: revert: unneeded release update (@caarlos0)
Full Changelog: v1.12.3...v1.13.0
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!