Skip to content

Commit acfb5ea

Browse files
committed
docs: sponsor incentives
1 parent 0fcac85 commit acfb5ea

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

.goreleaser.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,20 @@ changelog:
5555
- '(?i)^Detach v[\d|.]+'
5656
- '(?i)^Prepare release v[\d|.]+'
5757

58+
release:
59+
skip_upload: false
60+
github:
61+
owner: 'go-acme'
62+
name: 'lego'
63+
header: |
64+
lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️
65+
66+
Everybody thinks that the others will donate, but in the end, nobody does.
67+
68+
So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev).
69+
70+
For key updates, see the [changelog](https://github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v{{ .Major }}{{ .Minor }}{{ .Patch }}).
71+
5872
archives:
5973
- id: lego
6074
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️
4+
5+
Everybody thinks that the others will donate, but in the end, nobody does.
6+
7+
So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev).
8+
39
## v4.26.0
410

511
- Release date: 2025-09-13

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,20 @@ Let's Encrypt client and ACME library written in Go.
1111
[![Build Status](https://github.com//go-acme/lego/workflows/Main/badge.svg?branch=master)](https://github.com//go-acme/lego/actions)
1212
[![Docker Pulls](https://img.shields.io/docker/pulls/goacme/lego.svg)](https://hub.docker.com/r/goacme/lego/)
1313

14+
lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️
15+
16+
Everybody thinks that the others will donate, but in the end, nobody does.
17+
18+
So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev).
19+
1420
## Features
1521

1622
- ACME v2 [RFC 8555](https://www.rfc-editor.org/rfc/rfc8555.html)
1723
- Support [RFC 8737](https://www.rfc-editor.org/rfc/rfc8737.html): TLS Application‑Layer Protocol Negotiation (ALPN) Challenge Extension
1824
- Support [RFC 8738](https://www.rfc-editor.org/rfc/rfc8738.html): certificates for IP addresses
1925
- Support [RFC 9773](https://www.rfc-editor.org/rfc/rfc9773.html): Renewal Information (ARI) Extension
2026
- Support [draft-aaron-acme-profiles-00](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/): Profiles Extension
21-
- Comes with about [150 DNS providers](https://go-acme.github.io/lego/dns)
27+
- Comes with about [170 DNS providers](https://go-acme.github.io/lego/dns)
2228
- Register with CA
2329
- Obtain certificates, both from scratch or with an existing CSR
2430
- Renew certificates

0 commit comments

Comments
 (0)