summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-06-09 09:03:58 -0500
committerSean E. Russell <ser@ser1.net>2020-06-09 09:54:10 -0500
commit1181b94bd228f5f081d49f6c7c9a9ee9c26557ed (patch)
tree6c56836eefc5e5ec256ff8a3adfb674562a28f29 /docs
parent5590679cb4cc4dcd6ccb4694780eda38326bc4c5 (diff)
Closes #131, SMC GPL issue on OSX; consequently removes need to CGO in darwin.v4.0.1
Diffstat (limited to 'docs')
-rw-r--r--docs/releasing.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releasing.md b/docs/releasing.md
index 7704097..8ad4498 100644
--- a/docs/releasing.md
+++ b/docs/releasing.md
@@ -9,9 +9,10 @@
7. Finish the draft release and publish.
8. Check gotop-builder for a successful everything build; if successful, publish.
10. Wait for the [AUR](https://github.com/xxxserxxx/gotop-linux] project to finish building.
- 1. update arch (gotop-linux) and run `aurpublish aur` and `aurpublish aur-bin`
+ 1. update arch (gotop-linux) and run `aurpublish gotop` and `aurpublish gotop-bin`
+ 2. Test install `gotop` and `gotop-bin` with running & version check
11. Notify Nix
-12. Notify Homebrew
+12. ~~Notify Homebrew~~ Automated now.
The AUR project still needs secret credentials to aurpublish to the AUR
repository, so the final publish step is still currently manual.