mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-27 01:33:39 +02:00
docs: add banner asking for support to the website, release notes, etc
Sounds a bit like begging, but I was told it actually works. Let's see...
This commit is contained in:
parent
7da18ec8f4
commit
46072c6047
9
.github/ISSUE_TEMPLATE/bug.yaml
vendored
9
.github/ISSUE_TEMPLATE/bug.yaml
vendored
@ -43,7 +43,14 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Search
|
label: Search
|
||||||
options:
|
options:
|
||||||
- label: I did search for other open and closed issues before opening this.
|
- label: I did search for other open and closed issues before opening this
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: supporter
|
||||||
|
attributes:
|
||||||
|
label: Supporter
|
||||||
|
options:
|
||||||
|
- label: I am a [sponsor](https://github.com/sponsors/caarlos0/) of [Pro](https://goreleaser.com/pro) customer
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: terms
|
id: terms
|
||||||
|
9
.github/ISSUE_TEMPLATE/feature.yaml
vendored
9
.github/ISSUE_TEMPLATE/feature.yaml
vendored
@ -34,7 +34,14 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Search
|
label: Search
|
||||||
options:
|
options:
|
||||||
- label: I did search for other open and closed issues before opening this.
|
- label: I did search for other open and closed issues before opening this
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: supporter
|
||||||
|
attributes:
|
||||||
|
label: Supporter
|
||||||
|
options:
|
||||||
|
- label: I am a [sponsor](https://github.com/sponsors/caarlos0/) of [Pro](https://goreleaser.com/pro) customer
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: terms
|
id: terms
|
||||||
|
@ -323,14 +323,20 @@ release:
|
|||||||
footer: |
|
footer: |
|
||||||
**Full Changelog**: https://github.com/goreleaser/goreleaser/compare/{{ .PreviousTag }}...{{ .Tag }}
|
**Full Changelog**: https://github.com/goreleaser/goreleaser/compare/{{ .PreviousTag }}...{{ .Tag }}
|
||||||
|
|
||||||
* * *
|
## Helping out
|
||||||
|
|
||||||
|
This release is only possible thanks to **all** the support of some **awesome people**!
|
||||||
|
|
||||||
|
Want to be one of them?
|
||||||
|
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing).
|
||||||
|
|
||||||
|
## Where to go next?
|
||||||
|
|
||||||
|
* Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
|
||||||
|
* Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)!
|
||||||
|
|
||||||
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
|
<a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a>
|
||||||
|
|
||||||
Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/).
|
|
||||||
Want to help? You can [sponsor](https://goreleaser.com/sponsors/),get a [Pro License](https://goreleaser.com/pro) or [contribute](https://goreleaser.com/contributing).
|
|
||||||
Also, feel free to reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)!
|
|
||||||
|
|
||||||
announce:
|
announce:
|
||||||
twitter:
|
twitter:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -20,3 +20,26 @@
|
|||||||
<meta name="twitter:description" content="{{ config.site_description }}">
|
<meta name="twitter:description" content="{{ config.site_description }}">
|
||||||
<meta name="twitter:image" content="{{ image }}">
|
<meta name="twitter:image" content="{{ image }}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
<!-- Announcement bar -->
|
||||||
|
{% block announce %}
|
||||||
|
<p>
|
||||||
|
I use <strong>a lot</strong> of my time making GoReleaser better, and
|
||||||
|
can only continue to do so thanks to the support of people like you.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
If you'd like to contribute, you can choose between
|
||||||
|
<a href="/sponsors">
|
||||||
|
<strong>sponsoring me</strong>
|
||||||
|
</a>
|
||||||
|
or
|
||||||
|
<a href="/pro">
|
||||||
|
<strong>buying a Pro license</strong>
|
||||||
|
</a>
|
||||||
|
.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Thanks for your support 💜
|
||||||
|
</p>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
@ -6,4 +6,6 @@ Only the last stable version at any given point.
|
|||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
Vulnerabilities can be disclosed via email to sec@goreleaser.com
|
Vulnerabilies can be disclosed in private using GitHub advisories: https://github.com/goreleaser/goreleaser/security
|
||||||
|
|
||||||
|
Thanks!
|
||||||
|
@ -28,6 +28,7 @@ theme:
|
|||||||
icon: material/lightbulb
|
icon: material/lightbulb
|
||||||
name: Switch to dark mode
|
name: Switch to dark mode
|
||||||
features:
|
features:
|
||||||
|
- announce.dismiss
|
||||||
- search.suggest
|
- search.suggest
|
||||||
- search.highlight
|
- search.highlight
|
||||||
- search.share
|
- search.share
|
||||||
|
Loading…
Reference in New Issue
Block a user