From f2d9a3e0a125861d909227ffba868326f455000f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 22 Aug 2018 11:50:25 -0400 Subject: [PATCH] Added note about CHANGELOG to release checklist --- docs/development/release-checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/release-checklist.md b/docs/development/release-checklist.md index cce096b48..5e1f92fcc 100644 --- a/docs/development/release-checklist.md +++ b/docs/development/release-checklist.md @@ -48,9 +48,9 @@ Close the release milestone on GitHub. Ensure that there are no remaining open i Ensure that continuous integration testing on the `develop` branch is completing successfully. -## Update VERSION +## Update Version and Changelog -Update the `VERSION` constant in `settings.py` to the new release. +Update the `VERSION` constant in `settings.py` to the new release version and add the current date to the release notes in `CHANGELOG.md`. ## Submit a Pull Request