From 5a65f24fbde3d000c78d95ffe1c8880a7856822e Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 17 Jul 2021 22:31:23 -0300 Subject: [PATCH] docs: removed bintray cookbook as it was deprecated Signed-off-by: Carlos Alexandro Becker --- www/docs/cookbooks/upload-to-bintray.md | 20 -------------------- www/mkdocs.yml | 1 - 2 files changed, 21 deletions(-) delete mode 100644 www/docs/cookbooks/upload-to-bintray.md diff --git a/www/docs/cookbooks/upload-to-bintray.md b/www/docs/cookbooks/upload-to-bintray.md deleted file mode 100644 index 783d6878d..000000000 --- a/www/docs/cookbooks/upload-to-bintray.md +++ /dev/null @@ -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. diff --git a/www/mkdocs.yml b/www/mkdocs.yml index 0ffdae99f..b6f3edb64 100644 --- a/www/mkdocs.yml +++ b/www/mkdocs.yml @@ -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