mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Developer guides (markdown)
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue