From d457b8620a6890ba1dacf63f68848612c7fb916d Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Wed, 22 Jan 2020 10:54:11 +1100 Subject: [PATCH] docs: update how to release notes --- RELEASING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 96c73bd16..e6b1b2ef6 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -5,8 +5,6 @@ Once your changes are in master, the latest release should be set as a draft at Once you've tested that it works as expected: +1. Bump version in `command/version.go`. 1. Run `make release` to generate release notes and release commit. 1. Edit the release notes at https://github.com/pact-foundation/pact-go/releases/edit/v. -1. Bump version in `command/version.go`. -1. Bump version in `RELEASE_VERSION` in https://app.wercker.com/Pact-Foundation/pact-go/environment. -