From 5bdc84a6c3d2af7310b7f33442b08f61a11dd028 Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Sat, 13 Apr 2019 17:01:58 +0100 Subject: [PATCH] Add tag command to doc/release.md --- doc/release.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/release.md b/doc/release.md index 9e36dce..cd64a4b 100644 --- a/doc/release.md +++ b/doc/release.md @@ -10,7 +10,10 @@ 1. Increment version number in Cargo.toml (major version if breaking changes). 1. `cargo update` to update framed version in Cargo.lock. 1. Commit to update the version number. -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 and push it to [GitHub][github]: + + `git tag vX.Y.Z && git push --tags` + 1. Publish with `bin/publish_lib`. 1. Check new version appears on [![Crate](https://img.shields.io/crates/v/framed.svg)][crates]