Skip to content

Commit

Permalink
Start some kind of refs doc for development
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 15, 2019
1 parent 13daf67 commit 574127e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/dev/README.md
@@ -0,0 +1,12 @@
# External depdencies & APIs

## GitHub

- [repos.createRelease](https://octokit.github.io/rest.js/#api-Repos-createRelease)
- [repos.uploadReleaseAsset](https://octokit.github.io/rest.js/#api-Repos-uploadReleaseAsset)

## GitLab

- [Releases API](https://docs.gitlab.com/ce/api/releases/index.html)
- [Upload a file](https://docs.gitlab.com/ce/api/projects.html#upload-a-file)
- [Create a new release](https://docs.gitlab.com/ce/api/tags.html#create-a-new-release)

0 comments on commit 574127e

Please sign in to comment.