Skip to content

Commit

Permalink
create a deploy section
Browse files Browse the repository at this point in the history
  • Loading branch information
tmck-code committed Mar 12, 2024
1 parent b673963 commit f1aba52
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Print pokemon in the CLI! An adaptation of the classic "cowsay"
- [In docker](#in-docker)
- [Developing](#developing)
- [Testing](#testing)
- [Deploying](#deploying)
- [TODO](#todo)

---
Expand Down Expand Up @@ -152,6 +153,16 @@ go test -v ./test/
DEBUG=test go test -v ./test/
```

### Deploying

1. Make a PR, and merge it into master
2. Draft a new release [https://github.com/tmck-code/pokesay/releases/new](https://github.com/tmck-code/pokesay/releases/new)
3. Give it a new tag and identical release title by incrementing the version
1. Generate the release notes automatically
4. Run `make all` (or some variation) locally to create the binaries under `build/bin/`
1. Upload the bins to the release page
5. Then click "Publish Release"! The install script downloads binaries from the most recently-published released

---

## TODO
Expand Down

0 comments on commit f1aba52

Please sign in to comment.