1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: removed bintray cookbook as it was deprecated

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-07-17 22:31:23 -03:00
parent e51b6d67f5
commit 5a65f24fbd
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 0 additions and 21 deletions

View File

@ -1,20 +0,0 @@
# Upload to Bintray
## How it works
Uploading to Bintray is a simple case of [using HTTP Upload](/customization/upload/).
### Pre and post requisites:
* Create a user and/or an org in Bintray
* Create a generic repository in Bintray
* Create a package with a name matching your `ProjectName`
* After publishing, don't forget to publish the uploaded files (either via UI or [REST API](https://bintray.com/docs/api/#_publish_discard_uploaded_content))
```yaml
uploads:
- name: bintray
target: https://api.bintray.com/content/user.or.org.name/generic.repo.name/{{ .ProjectName }}/{{ .Version }}/
username: goreleaser
```
Please see [HTTP Upload](/customization/upload/) for more details.

View File

@ -116,7 +116,6 @@ nav:
- cookbooks/release-a-library.md
- cookbooks/semantic-release.md
- cookbooks/set-a-custom-git-tag.md
- cookbooks/upload-to-bintray.md
- cookbooks/using-main.version.md
- pro.md
- sponsors.md