Skip to content

Commit

Permalink
doc: add publish info
Browse files Browse the repository at this point in the history
  • Loading branch information
jgramoll committed May 15, 2020
1 parent 76ef888 commit 644d7bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@

# Dependency directories (remove the comment below to include it)
# vendor/

.envrc
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ cobra add my-new-command
```

[1]: https://github.com/spf13/cobra#installing

### Publish release

Update version in Makefile. Commit to master.

```sh
make release
```

0 comments on commit 644d7bc

Please sign in to comment.