From a58ad78144e03bcd9b4694223c86990e54325c14 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 26 Feb 2018 13:53:33 -0500 Subject: [PATCH] Updated Release Checklist (markdown) --- Release-Checklist.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Release-Checklist.md b/Release-Checklist.md index 0bab5ab..3477d5e 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -1,13 +1,9 @@ # Pre-Release -## Major Version Bumps - -* Squash all migrations from the previous major release (but leave the individual migrations intact) -* Update all static CSS/JS libraries to their latest stable versions - ## Minor Version Bumps * Update `requirements.txt` as appropriate +* Update all static CSS/JS libraries to their latest stable versions * Perform a new install of the `develop` branch following [the current documentation](http://netbox.readthedocs.io/en/latest/) ## All Releases