Release checklist.
This commit is contained in:
parent
0cba20b3c5
commit
66151bc953
1 changed files with 16 additions and 0 deletions
16
doc/release.md
Normal file
16
doc/release.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Release process
|
||||
|
||||
1. Check build locally with `bin/build_local`.
|
||||
1. Check [Travis build][travis]: [][travis].
|
||||
[travis]: https://travis-ci.org/fluffysquirrels/framed-rs
|
||||
1. Increment version number in Cargo.toml (major version if breaking changes).
|
||||
1. Add a git tag for the new version number. Push it to [github][github].
|
||||
[github]: https://github.com/fluffysquirrels/framed-rs
|
||||
1. Publish with `bin/publish`.
|
||||
1. Check new version appears on
|
||||
[][crates]
|
||||
and
|
||||
[][docs]
|
||||
|
||||
[crates]: https://crates.io/crates/framed
|
||||
[docs]: https://docs.rs/framed
|
Loading…
Reference in a new issue