From 0fadf11fa56c386f90989d4ec2c194aab61a6e63 Mon Sep 17 00:00:00 2001 From: Matt Russell Date: Thu, 27 Apr 2017 10:46:20 +0100 Subject: [PATCH] Reflect change to filename. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98c4a5d..04dfc3c 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ This release process re-uses the [leiningen deployment tools][12]: * Checkout the `develop` branch if not already checked-out. - * Update changes entries in the CHANGES.md file + * Update changes entries in the `CHANGELOG.md` file * Replace "un-released" in the latest version entry with the current date. @@ -120,7 +120,7 @@ This release process re-uses the [leiningen deployment tools][12]: * Change the version from `MAJOR.MINOR.PATCH` to `MAJOR.MINOR.PATCH-SNAPSHOT` in `project.clj`. - * Update `CHANGES.md` with the next + * Update `CHANGELOG.md` with the next version number and a "back to development" stanza, e.g: ```markdown