From acfb5ea9386b4b54c3efc602f18d4f16612e5a72 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Thu, 16 Oct 2025 20:54:49 +0200 Subject: [PATCH] docs: sponsor incentives --- .goreleaser.yml | 14 ++++++++++++++ CHANGELOG.md | 6 ++++++ README.md | 8 +++++++- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 25252850b..073997209 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -55,6 +55,20 @@ changelog: - '(?i)^Detach v[\d|.]+' - '(?i)^Prepare release v[\d|.]+' +release: + skip_upload: false + github: + owner: 'go-acme' + name: 'lego' + header: | + lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️ + + Everybody thinks that the others will donate, but in the end, nobody does. + + So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev). + + For key updates, see the [changelog](https://github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v{{ .Major }}{{ .Minor }}{{ .Patch }}). + archives: - id: lego name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}' diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ed3cc1b..0bf16e7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️ + +Everybody thinks that the others will donate, but in the end, nobody does. + +So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev). + ## v4.26.0 - Release date: 2025-09-13 diff --git a/README.md b/README.md index 303f8824b..5448102ed 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Let's Encrypt client and ACME library written in Go. [![Build Status](https://github.com//go-acme/lego/workflows/Main/badge.svg?branch=master)](https://github.com//go-acme/lego/actions) [![Docker Pulls](https://img.shields.io/docker/pulls/goacme/lego.svg)](https://hub.docker.com/r/goacme/lego/) +lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️ + +Everybody thinks that the others will donate, but in the end, nobody does. + +So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev). + ## Features - ACME v2 [RFC 8555](https://www.rfc-editor.org/rfc/rfc8555.html) @@ -18,7 +24,7 @@ Let's Encrypt client and ACME library written in Go. - Support [RFC 8738](https://www.rfc-editor.org/rfc/rfc8738.html): certificates for IP addresses - Support [RFC 9773](https://www.rfc-editor.org/rfc/rfc9773.html): Renewal Information (ARI) Extension - Support [draft-aaron-acme-profiles-00](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/): Profiles Extension -- Comes with about [150 DNS providers](https://go-acme.github.io/lego/dns) +- Comes with about [170 DNS providers](https://go-acme.github.io/lego/dns) - Register with CA - Obtain certificates, both from scratch or with an existing CSR - Renew certificates