Updated Release Checklist (markdown)

Jeremy Stretch 2017-01-03 17:26:53 -05:00
parent 7185736acf
commit 2fd9b196bd

@ -1,6 +1,11 @@
## All Releases
# Pre-Release
### Pre-Release
## Minor Version Bumps
* Update `requirements.txt` as appropriate
* Perform a new install of the `develop` branch following [the current documentation](http://netbox.readthedocs.io/en/latest/)
## All Releases
* Verify that the `develop` branch is completing CI successfully
* Update `VERSION` in settings.py to reflect the number of the new release
@ -13,19 +18,15 @@
* Create a new tag for the version number in the format `vX.Y.Z`
* Name the release in the format `vX.Y.Z - YYYY-MM-DD`
### Post-Release
* Update `VERSION` in settings.py to reflect the upcoming release (e.g. `1.2.3-dev`)
* Announce the release on the [mailing list](https://groups.google.com/forum/#!forum/netbox-discuss)
# Post-Release
## Minor Version Bumps
### Pre-Release
* Update `requirements.txt` as appropriate
* Perform a new install of the `develop` branch following [the current documentation](http://netbox.readthedocs.io/en/latest/)
### Post-Release
* Update the [roadmap](https://github.com/digitalocean/netbox/wiki/Roadmap)
* Close out the release milestone
* Update the list of IPAM application in [Wikipedia|https://en.wikipedia.org/wiki/IP_address_management]
## All Releases
* Update `VERSION` in settings.py to reflect the upcoming release (e.g. `1.2.3-dev`)
* Announce the release on the [mailing list](https://groups.google.com/forum/#!forum/netbox-discuss)