mirror of
https://github.com/xvxx/phetch
synced 2024-11-16 21:25:45 +00:00
12 lines
276 B
Markdown
12 lines
276 B
Markdown
# phetch release process
|
|
|
|
- update CHANGELOG.md
|
|
- $ cargo test
|
|
- $ cargo release --dry-run --prev-tag-name=v1.x.x patch
|
|
- <edit https://github.com/xvxx/phetch/releases>
|
|
- $ cd ../[homebrew-code]
|
|
- $ make VERSION=v1.x.x
|
|
|
|
|
|
[homebrew-code]: https://github.com/xvxx/homebrew-code
|