From 2261d11de055f1dfacb1ff9da96a579e2b6c4e53 Mon Sep 17 00:00:00 2001 From: Carla Date: Tue, 30 Aug 2016 14:25:24 +0200 Subject: [PATCH] Reordering NEWS.md update step so that if somebody needs to go to a specific tag, the NEWS.md file is updated according to the version and not afterwards. --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 96f5fb4..3ed577a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -20,6 +20,7 @@ shall be performed by the designated *Release Manager*. NOTE: you can rely on this thanks to the compatibility checks. TODO: automate this step [#94](https://github.com/CartoDB/crankshaft/issues/94) +2. Update the [NEWS.md](https://github.com/CartoDB/crankshaft/blob/master/NEWS.md) file 1. Commit and push the generated files. 1. Tag the release: @@ -29,7 +30,6 @@ shall be performed by the designated *Release Manager*. ``` 1. Deploy and test in staging 1. Deploy and test in production -2. Update the [NEWS.md](https://github.com/CartoDB/crankshaft/blob/master/NEWS.md) file 1. Merge back into develop