Skip to content

Commit

Permalink
provide info on how to release for collaborators
Browse files Browse the repository at this point in the history
  • Loading branch information
zambien committed Mar 1, 2019
1 parent ec87b3c commit bef25a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,19 @@ To run a single test:
Running in debug mode and capturing debug in a file:
`rm -f /tmp/testlog.txt && TF_ACC=1 TF_LOG=DEBUG TF_LOG_PATH=/tmp/testlog.txt go test -v ./apigee`

## Releasing

We use goreleaser to release versions. The steps to release are:

```
export GITHUB_TOKEN="A_GITHUB_TOKEN_THAT_HAS_CORRECT_ACCESS_ENTITLEMENTS"
git tag -a v0.0.x -m "Some description of the release"
goreleaser # actually create the release
```

You can read more about goreleaser here:

https://goreleaser.com/

## Important Known Issues

Expand Down

0 comments on commit bef25a9

Please sign in to comment.