From baa34955db93c564124c79cf62a74dc5304a4d84 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 27 Feb 2017 09:49:18 +0100 Subject: [PATCH] Fix order of publishing steps --- PUBLISH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PUBLISH.md b/PUBLISH.md index 228e4b97f49..1ff3f2b4b73 100644 --- a/PUBLISH.md +++ b/PUBLISH.md @@ -1,8 +1,8 @@ Steps to publish a new clippy version - Bump `package.version` in `./Cargo.toml` (no need to manually bump `dependencies.clippy_lints.version`). -- Run `./pre_publish.sh` - Write a changelog entry. +- Run `./pre_publish.sh` - Review and commit all changed files - `git push` - Wait for Travis's approval.