Przeglądaj źródła

Added note about CHANGELOG to release checklist

Jeremy Stretch 7 lat temu
rodzic
commit
f2d9a3e0a1
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      docs/development/release-checklist.md

+ 2 - 2
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.
 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
 ## Submit a Pull Request