mirror of
https://github.com/openNDS/openNDS.git
synced 2026-05-04 03:01:32 -04:00
23 lines
1.6 KiB
Plaintext
23 lines
1.6 KiB
Plaintext
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
|
|
4. debian/changelog - list changes
|
|
5. 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. resources/splash.html and resources/status.html - 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
|
|
12. Commit and Push to origin
|
|
13. Github - Create Pull Request and Merge to master
|
|
14. Github proceed to "Draft New Release"
|
|
15. Github tag release as eg. v8.0.0 (remembering the leading "v"")
|
|
(or use git tag -a v8.0.1 -m "opennds release 8.0.1 " and git push --tags.)
|
|
16. In your local repository, make a new branch called "stable"
|
|
17. Push branch "stable" to origin, overwriting the existing "stable".
|
|
Note:Branch stable is the source for the readthedocs stable documentation at https://openndsdocs.readthedocs.io/en/stable/
|
|
18. In Master, set version to -beta eg 8.0.1-beta in conf.h, conf.py, openwrt/Makefile
|