Skip to content

Commit

Permalink
fix(release): set gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Fricke committed Jan 17, 2020
1 parent 3b1682b commit 394a7be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ jobs:
packages:
- snapd
env:
- PATH=/snap/bin:$PATH
- PATH=/snap/bin:$PATH
- GITHUB_TOKEN=$GH_TOKEN
install:
- sudo snap install snapcraft --classic
if: branch = master
deploy:
- provider: script
skip_cleanup: true
overwrite: true
script:
git pull && curl -sL https://git.io/goreleaser | bash
cache:
Expand Down
4 changes: 4 additions & 0 deletions docs/development/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
a release in Github and upload all the artifacts.
- Edit the release to remove all the commit messages as the content and
instead add a link to the changelog. Refer to older releases for reference.
- Homebrew release
Copy the uropa.rb file to `homebrew-uropa` directory.
Make sure only version and checksum is changed and rest all is left as is.
Commit and push for the Homebrew release.
- Docker release
- Run the command:
`docker build --build-arg TAG=v0.5.0 --build-arg COMMIT=bar -t ninjaneers-team/uropa:v0.5.0 .`.
Expand Down

0 comments on commit 394a7be

Please sign in to comment.