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:
parent
e51b6d67f5
commit
5a65f24fbd
@ -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.
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user