Updated Developer guides (markdown)

Arun 2023-08-27 09:49:18 +05:30
parent 6b7e482dd4
commit f8cb09ffe4

@ -5,15 +5,15 @@
3. Update auto-completion scripts, if required 3. Update auto-completion scripts, if required
4. Update `VERSION` in source 4. Update `VERSION` in source
5. Update the `app_version` section within `misc/haiku/nnn.rdef`. 5. Update the `app_version` section within `misc/haiku/nnn.rdef`.
Change the `variety` from `B_APPV_DEVELOPMENT` to `B_APPV_FINAL`. 6. Also, change the `variety` from `B_APPV_DEVELOPMENT` to `B_APPV_FINAL`.
6. Update date in man page 7. Update date in man page
7. Review list of auto-generated packages 8. Review list of auto-generated packages
8. Update `CHANGELOG` 9. Update `CHANGELOG`
9. Create signed tag and push to GitHub 10. Create signed tag and push to GitHub
10. Run `make O_NOUG=1 upload-local` (requires `libgpm-dev`, `upx`, `jq`) to upload source package signature and static binary 11. Run `make O_NOUG=1 upload-local` (requires `libgpm-dev`, `upx`, `jq`) to upload source package signature and static binary
11. Create a GitHub release and populate the release notes from `CHANGELOG` 12. Create a GitHub release and populate the release notes from `CHANGELOG`
12. Revert the `variety` back to `B_APPV_DEVELOPMENT` in `/misc/haiku/nnn.rdef` 13. Revert the `variety` back to `B_APPV_DEVELOPMENT` in `/misc/haiku/nnn.rdef`
13. Notify downstream package maintainers 14. Notify downstream package maintainers
## Verify sources ## Verify sources