Skip to content

Commit

Permalink
Fix markdown (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Sep 4, 2020
1 parent 43e2187 commit 42acc10
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README-dev.md
Expand Up @@ -6,19 +6,19 @@ if you drift from that.

## Releasing

[] Remove `-dev` from the version in `gotham/Cargo.toml`
[] Remove `-dev` from the version in `gotham_derive/Cargo.toml`
[] Update the `#![doc(html_root_url)]` to point to the new version.
[] Make a commit of the release with a message like `Releasing v0.x`
[] Tag the commit as `gotham_derive-0.x`
[] Tag the commit as `gotham-0.x`
[] Create a branch for `0.x-maint`
[] `mv Cargo.toml Cargo.toml.suspend` - the workspace has patches that interfere with releasing.
[] `pushd gotham_derive; cargo publish; popd`
[] `pushd gotham; cargo publish; popd`
[] Change the version in `gotham/Cargo.toml` to `0.<x+1>-dev`
[] Change the version in `gotham_derive/Cargo.toml` to `0.<x+1>-dev`
[] Commit with a message like `Starting v0.<x+1>-dev`
[] Push the commits and tags
[] Change to the `maint` branch and push that.
[] Start announcing the release.
- [ ] Remove `-dev` from the version in `gotham/Cargo.toml`
- [ ] Remove `-dev` from the version in `gotham_derive/Cargo.toml`
- [ ] Update the `#![doc(html_root_url)]` to point to the new version.
- [ ] Make a commit of the release with a message like `Releasing v0.x`
- [ ] Tag the commit as `gotham_derive-0.x`
- [ ] Tag the commit as `gotham-0.x`
- [ ] Create a branch for `0.x-maint`
- [ ] `mv Cargo.toml Cargo.toml.suspend` - the workspace has patches that interfere with releasing.
- [ ] `pushd gotham_derive; cargo publish; popd`
- [ ] `pushd gotham; cargo publish; popd`
- [ ] Change the version in `gotham/Cargo.toml` to `0.<x+1>-dev`
- [ ] Change the version in `gotham_derive/Cargo.toml` to `0.<x+1>-dev`
- [ ] Commit with a message like `Starting v0.<x+1>-dev`
- [ ] Push the commits and tags
- [ ] Change to the `maint` branch and push that.
- [ ] Start announcing the release.

0 comments on commit 42acc10

Please sign in to comment.