@@ -32,9 +32,9 @@ builds:
3232 goarch : arm
3333 ldflags :
3434 - -s -w
35- - -X github.com/DataDog /pup/internal/version.Version={{.Version}}
36- - -X github.com/DataDog /pup/internal/version.GitCommit={{.Commit}}
37- - -X github.com/DataDog /pup/internal/version.BuildDate={{.Date}}
35+ - -X github.com/datadog-labs /pup/internal/version.Version={{.Version}}
36+ - -X github.com/datadog-labs /pup/internal/version.GitCommit={{.Commit}}
37+ - -X github.com/datadog-labs /pup/internal/version.BuildDate={{.Date}}
3838
3939archives :
4040 - id : pup
8585# GitHub Release
8686release :
8787 github :
88- owner : DataDog
88+ owner : datadog-labs
8989 name : pup
9090 draft : false
9191 prerelease : auto
@@ -100,13 +100,13 @@ release:
100100
101101 ```bash
102102 # Linux (x86_64)
103- curl -L https://github.com/DataDog /pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Linux_x86_64.tar.gz | tar xz
103+ curl -L https://github.com/datadog-labs /pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Linux_x86_64.tar.gz | tar xz
104104
105105 # macOS (Apple Silicon)
106- curl -L https://github.com/DataDog /pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Darwin_arm64.tar.gz | tar xz
106+ curl -L https://github.com/datadog-labs /pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Darwin_arm64.tar.gz | tar xz
107107
108108 # macOS (Intel)
109- curl -L https://github.com/DataDog /pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Darwin_x86_64.tar.gz | tar xz
109+ curl -L https://github.com/datadog-labs /pup/releases/download/{{ .Tag }}/pup_{{ .Version }}_Darwin_x86_64.tar.gz | tar xz
110110 ```
111111
112112 ### Verifying Signatures
@@ -123,9 +123,9 @@ release:
123123 footer : |
124124 ### What's Changed
125125
126- See the [CHANGELOG](https://github.com/DataDog /pup/blob/{{ .Tag }}/CHANGELOG.md) for details.
126+ See the [CHANGELOG](https://github.com/datadog-labs /pup/blob/{{ .Tag }}/CHANGELOG.md) for details.
127127
128- **Full Changelog**: https://github.com/DataDog /pup/compare/{{ .PreviousTag }}...{{ .Tag }}
128+ **Full Changelog**: https://github.com/datadog-labs /pup/compare/{{ .PreviousTag }}...{{ .Tag }}
129129
130130changelog :
131131 use : github
@@ -157,10 +157,10 @@ changelog:
157157homebrew_casks :
158158 - name : pup
159159 repository :
160- owner : DataDog
160+ owner : datadog-labs
161161 name : homebrew-pack
162162 token : " {{ .Env.HOMEBREW_TAP_TOKEN }}"
163- homepage : https://github.com/DataDog /pup
163+ homepage : https://github.com/datadog-labs /pup
164164 description : " Datadog API CLI - OAuth2 + API key authentication for Datadog APIs"
165165 license : Apache-2.0
166166 commit_author :
@@ -174,7 +174,7 @@ homebrew_casks:
174174 zsh : " completions/pup.zsh"
175175 fish : " completions/pup.fish"
176176 url :
177- verified : github.com/DataDog /pup/releases/download
177+ verified : github.com/datadog-labs /pup/releases/download
178178
179179# Announce releases
180180announce :
0 commit comments