From 686b167d656f5f1835858f1b94de4423091f957c Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Tue, 12 Mar 2019 21:18:57 +0000 Subject: [PATCH] add step to release checklist --- DEVELOP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOP.md b/DEVELOP.md index 41c0ae5..bd32db5 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -126,6 +126,7 @@ Before creating a new release, make sure to complete the following checklist: - [ ] Bump the version in the [metadata.txt](https://github.com/GIS4WRF/gis4wrf/blob/master/gis4wrf/metadata.txt) file. - [ ] Check that all issues and PRs for the version number to release have been closed. - [ ] [Create the zip package](https://github.com/GIS4WRF/gis4wrf/blob/master/DEVELOP.md#zip-packaging). +- [ ] Test the zip package locally. - [ ] Upload the zip package to the [QGIS Python Plugins Repository](https://plugins.qgis.org). - [ ] Tag a new release. - [ ] Close the issue named `Prepare for GIS4WRF release`.