mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-11 22:56:09 +08:00
Merge 2b56814717 into 986bc4c5f4
This commit is contained in:
commit
9a3aa0fb52
3 changed files with 25 additions and 3 deletions
1
.github/workflows/release_draft.yml
vendored
1
.github/workflows/release_draft.yml
vendored
|
|
@ -61,3 +61,4 @@ jobs:
|
||||||
args: release
|
args: release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,27 @@ checksum:
|
||||||
snapshot:
|
snapshot:
|
||||||
version_template: "{{ incpatch .Version }}-next"
|
version_template: "{{ incpatch .Version }}-next"
|
||||||
|
|
||||||
|
homebrew_casks:
|
||||||
|
-
|
||||||
|
name: dnscontrol
|
||||||
|
url:
|
||||||
|
template: "https://github.com/StackExchange/dnscontrol/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||||
|
commit_author:
|
||||||
|
name: goreleaserbot
|
||||||
|
email: bot@goreleaser.com
|
||||||
|
commit_msg_template: "Brew cask update for {{ .ProjectName }} version {{ .Tag }}"
|
||||||
|
directory: Casks
|
||||||
|
homepage: "https://docs.dnscontrol.org/"
|
||||||
|
description: "DNSControl: Infrastructure as Code for DNS Zones"
|
||||||
|
license: "MIT"
|
||||||
|
conflicts:
|
||||||
|
- formula: dnscontrol
|
||||||
|
repository:
|
||||||
|
owner: StackExchange
|
||||||
|
name: homebrew-tap
|
||||||
|
branch: main
|
||||||
|
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: auto
|
prerelease: auto
|
||||||
|
|
@ -171,7 +192,7 @@ release:
|
||||||
##### Install with [Homebrew](https://brew.sh) (recommended)
|
##### Install with [Homebrew](https://brew.sh) (recommended)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install dnscontrol
|
brew install StackExchange/tap/dnscontrol
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Using with [Docker](https://www.docker.com)
|
##### Using with [Docker](https://www.docker.com)
|
||||||
|
|
@ -199,7 +220,7 @@ release:
|
||||||
#### Update with [Homebrew](https://brew.sh)
|
#### Update with [Homebrew](https://brew.sh)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew upgrade dnscontrol
|
brew upgrade StackExchange/tap/dnscontrol
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.
|
Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ Choose one of the following installation methods:
|
||||||
On macOS (or Linux) you can install it using [Homebrew](https://brew.sh).
|
On macOS (or Linux) you can install it using [Homebrew](https://brew.sh).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install dnscontrol
|
brew install StackExchange/tap/dnscontrol
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue