Update ToDos

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2022-10-01 20:51:01 +01:00
parent 36eade899e
commit ae6c9eea22

View File

@@ -3,14 +3,14 @@ When ready to do a release, do the following:
1. Ensure all makefiles are updated as required (remember update of opennds/openwrt makefile for its release PR)
2. conf.h - update version number and copyright eg current year
3. Changelog - list changes and add to docs/changelog.rst
4. debian/changelog - list changes
5. debian/copyright - update copyright dates as required eg current year
4. deprecated - debian/changelog - list changes
5. deprecated - debian/copyright - update copyright dates as required eg current year
6. docs/source/conf.py - update copyright notice eg current year, version and release numbers, files to copy etc as applicable
7. openwrt/Makefile - update copyright notice eg current year, version and release numbers, files to copy etc as applicable
8. /Makefile - update copyright notice eg current year, version and release numbers, files to copy etc as applicable
9. libraries - update copyright dates as required eg current year
10. "cd docs" then "make man". Copy resulting docs/build/man/opennds.1 to overwrite old debian/doc/opennds.1
11. remove /docs/build directory created in step 9
10. deprecated - "cd docs" then "make man". Copy resulting docs/build/man/opennds.1 to overwrite old debian/doc/opennds.1
11. deprecated - remove /docs/build directory created in step 9
12. Commit and Push to origin
13. Github - Create Pull Request and Merge to master
14. Github proceed to "Draft New Release"