mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-07 13:31:37 +02:00
docs: update bintray instructions (#1704)
This commit is contained in:
parent
841eab183c
commit
51a8e73fc8
@ -4,7 +4,7 @@ title: Bintray
|
||||
|
||||
## How it works
|
||||
|
||||
Uploading to Bintray is a simple case of [using HTTP PUT](https://goreleaser.com/customization/#HTTP%20Put).
|
||||
Uploading to Bintray is a simple case of [using HTTP Upload](https://goreleaser.com/customization/upload/).
|
||||
|
||||
### Pre and post requisites:
|
||||
* Create a user and/or an org in Bintray
|
||||
@ -13,10 +13,10 @@ Uploading to Bintray is a simple case of [using HTTP PUT](https://goreleaser.com
|
||||
* After publishing, dont' forget to publish the uploaded files (either via UI or [REST API](https://bintray.com/docs/api/#_publish_discard_uploaded_content))
|
||||
|
||||
```yaml
|
||||
puts:
|
||||
uploads:
|
||||
- name: bintray
|
||||
target: https://api.bintray.com/content/user.or.org.name/generic.repo.name/{{ .ProjectName }}/{{ .Version }}/
|
||||
username: goreleaser
|
||||
```
|
||||
|
||||
Please see [HTTP Put](https://goreleaser.com/customization/#HTTP%20Put) for more details.
|
||||
Please see [HTTP Upload](https://goreleaser.com/customization/upload/) for more details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user