Update casing in docs for GitHub
.
This commit is contained in:
parent
fea6a96838
commit
700caf31a0
2 changed files with 6 additions and 4 deletions
|
@ -14,8 +14,9 @@ nightly toolchain), it should also build in embedded projects with
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
Source code and issues on Github:
|
Source code and issues on GitHub:
|
||||||
[][github]
|
[][github]
|
||||||
|
|
||||||
[github]: https://github.com/fluffysquirrels/framed-rs
|
[github]: https://github.com/fluffysquirrels/framed-rs
|
||||||
|
|
||||||
CI build on Travis CI: [](https://travis-ci.org/fluffysquirrels/framed-rs)
|
CI build on Travis CI: [](https://travis-ci.org/fluffysquirrels/framed-rs)
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
# Release process
|
# Release process
|
||||||
|
|
||||||
|
1. Push changes to [GitHub][github].
|
||||||
1. Check build locally with `bin/build_local`.
|
1. Check build locally with `bin/build_local`.
|
||||||
1. Check [Travis build][travis]: [][travis].
|
1. Check [Travis build][travis]: [][travis].
|
||||||
[travis]: https://travis-ci.org/fluffysquirrels/framed-rs
|
[travis]: https://travis-ci.org/fluffysquirrels/framed-rs
|
||||||
1. Increment version number in Cargo.toml (major version if breaking changes).
|
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].
|
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. Publish with `bin/publish`.
|
||||||
1. Check new version appears on
|
1. Check new version appears on
|
||||||
[][crates]
|
[][crates]
|
||||||
and
|
and
|
||||||
[][docs]
|
[][docs]
|
||||||
|
|
||||||
|
[github]: https://github.com/fluffysquirrels/framed-rs
|
||||||
[crates]: https://crates.io/crates/framed
|
[crates]: https://crates.io/crates/framed
|
||||||
[docs]: https://docs.rs/framed
|
[docs]: https://docs.rs/framed
|
||||||
|
|
Loading…
Reference in a new issue