summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-03-02 09:09:17 -0600
committerSean E. Russell <ser@ser1.net>2020-03-02 09:58:03 -0600
commit41a7ab324fac720c6d8820af58dfa565131db669 (patch)
tree452fde6187c73283888ef95a0b05ea9f30516a42 /docs
parentb5e451b22582b16f7334b39ff42050cb4e280ba4 (diff)
resolves #65 Runs tests. Currently, does everything short of initializing the UI, which means it runs the config and plugin code. Currently does not execute any dummy code, such as testing config files etc.
Diffstat (limited to 'docs')
-rw-r--r--docs/releasing.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/releasing.md b/docs/releasing.md
index 622f561..643bc9f 100644
--- a/docs/releasing.md
+++ b/docs/releasing.md
@@ -5,12 +5,12 @@ Current steps for a release:
2. Update CHANGELOG.md
3. Tag
4. Push everything
-5. ./make.sh
-6. Create github release
+5. When the github workflows complete, finish the draft release and publish.
+6. After the [Homebrew](https://github.com/xxxserxxx/homebrew-gotop) and [AUR](https://github.com/xxxserxxx/gotop-linux] projects are done, check out gotop-linux and run `aurpublish aur` and `aurpublish aur-bin`
-### Homebrew
-1. Change homebrew-gotop
-```
-curl --output - -L https://github.com/xxxserxxx/gotop/releases/download/v3.3.2/gotop_3.3.2_linux_amd64.tgz | sha256sum
-curl --output - -L https://github.com/xxxserxxx/gotop/releases/download/v3.3.2/gotop_3.3.2_darwin_amd64.tgz | sha256sum
-```
+
+Homebrew is automatically updated. The AUR project still needs secret
+credentials to aurpublish to the AUR repository, so the final publish step is
+still currently manual.
+
+Oh, what a tangled web.