Skip to content

Commit

Permalink
Merge pull request #12 from areed/areed/ch568/vendor-cli-release
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
areed authored Jul 15, 2017
2 parents 31e4d4e + 21fcdd0 commit 9720e2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ brew:
name: homebrew-replicated
folder: HomebrewFormula
install: bin.install "replicated"
homepage: https://replicated.com
homepage: https://www.replicated.com/docs/reference/vendor-cli/
description: "Manage your app's channels and releases from the command line"
builds:
- goos:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ replicated channel ls
### CI Example
Creating a new release for every tagged build is a common use of the replicated command.

Assume the app's yaml config is checked in at replicated.yaml and you have configured TravisCI or CircleCI with your REPLICATED_APP_SLUG and REPLICATED_API_TOKEN environment variables, as well as UNSTABLE_CHANNEL_ID```.
Assume the app's yaml config is checked in at replicated.yaml and you have configured TravisCI or CircleCI with your REPLICATED_APP_SLUG and REPLICATED_API_TOKEN environment variables.

Then add a release.sh script to your project looking something like this:
Then add a release.sh script to your project something like this:

```bash
#!/bin/bash
Expand Down Expand Up @@ -138,5 +138,5 @@ The models are generated from the API's swagger spec.
### Releases
Releases are created on Travis when a tag is pushed. This will also update the docs container.
```
git tag -a v0.1.0 -m "First release" && git push origin v0.1.0
git tag -a v0.1.0 -m "First release" && git push upstream v0.1.0
```

0 comments on commit 9720e2e

Please sign in to comment.