Skip to content

Commit

Permalink
docs: Publishing Artifacts Documentation Repo URL
Browse files Browse the repository at this point in the history
Closes #425
  • Loading branch information
develar committed Jun 22, 2016
1 parent d11d9bf commit b192fc1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/Publishing Artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Travis and AppVeyor support publishing artifacts. But it requires additional con

Currently, only GitHub Releases is supported.

`publish` option values:
`--publish` option values:

| Value | Description
| -------------- | -----------
Expand Down Expand Up @@ -37,3 +37,10 @@ But please consider using automatic rules instead of explicitly specifying `publ
"release": "build"
```
and if you run `npm run release`, a release will be drafted (if doesn't already exist) and artifacts published.

# GitHub Repository

No option to specify GitHub repository, detected automatically using:
* [repository](https://docs.npmjs.com/files/package.json#repository) in the application or development `package.json`,
* if not set, env `TRAVIS_REPO_SLUG` or `APPVEYOR_ACCOUNT_NAME`/`APPVEYOR_PROJECT_NAME` or `CIRCLE_PROJECT_USERNAME`/`CIRCLE_PROJECT_REPONAME`,
* if no env, from `.git/config` origin url.

0 comments on commit b192fc1

Please sign in to comment.