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