summaryrefslogtreecommitdiff
path: root/DEVELOPERS.md
diff options
context:
space:
mode:
authorGravatar Mike Burns <mburns@thoughtbot.com>2020-08-28 16:35:00 -0400
committerGravatar Mike Burns <mburns@thoughtbot.com>2020-08-28 16:35:00 -0400
commit6d3b28ac308652db22597fb61ac8bdc450f31963 (patch)
tree7e12eb6506cb0e83ac09f7aebaac273d960ad379 /DEVELOPERS.md
parent4cb4df1d838ec94a3139a76408864147ad52a656 (diff)
Prepping for release
- Update NEWS. - Homebrew is now part of the official Homebrew package set.
Diffstat (limited to 'DEVELOPERS.md')
-rw-r--r--DEVELOPERS.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/DEVELOPERS.md b/DEVELOPERS.md
index ad36203..5791990 100644
--- a/DEVELOPERS.md
+++ b/DEVELOPERS.md
@@ -19,10 +19,9 @@ First build the distribution:
./configure
make distcheck
-On any system you can build the tarball, Homebrew package, and tag:
+On any system you can build the tarball and tag:
./maint/release build tarball rcm-*.tar.gz
- ./maint/release build homebrew rcm-*.tar.gz
./maint/release build tag rcm-*.tar.gz
You need mdocml to tranform the manpages into HTML:
@@ -32,14 +31,12 @@ You need mdocml to tranform the manpages into HTML:
Once built, you can push it live:
./maint/release push tarball rcm-*.tar.gz
- ./maint/release push homebrew rcm-*.tar.gz
./maint/release push tag rcm-*.tar.gz
./maint/release push man_html rcm-*.tar.gz
And once pushed, you should clean up
./maint/release clean tarball rcm-*.tar.gz
- ./maint/release clean homebrew rcm-*.tar.gz
./maint/release clean tag rcm-*.tar.gz
./maint/release clean man_html rcm-*.tar.gz