Skip to content

Commit

Permalink
ci: Remove "(WARNING: BETA SOFTWARE)" tagline from all upcoming relea…
Browse files Browse the repository at this point in the history
…ses (#9371)

This is by no means a signal that we offer any additional guarantees with our software. This warning seems somewhat pointless given that:
1. Our open source license clearly states that we offer no warranties with this software.
2. We are clearly still pre-1.0.

It also doesn't make sense to append "(WARNING: BETA SOFTWARE)" to pre-releases such as alpha releases, which are to be considered _more_ unstable than beta releases.

---

#### PR checklist

- [x] Tests written/updated, or no tests needed
- [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [x] Updated relevant documentation (`docs/`) and code comments, or no
      documentation updates needed
  • Loading branch information
thanethomson authored Sep 3, 2022
1 parent e667b85 commit d764562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ checksum:

release:
prerelease: auto
name_template: "{{.Version}} (WARNING: BETA SOFTWARE)"
name_template: "{{.Version}}"

archives:
- files:
Expand Down

0 comments on commit d764562

Please sign in to comment.