summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorober <jaimef@linbsd.org>2024-01-22 13:44:34 -0700
committerober <jaimef@linbsd.org>2024-01-22 13:44:34 -0700
commita8fd2ec55b891af1570a8f071f96506356f92c7d (patch)
tree8ab4aa873d43c46c2407e24a50e34fff53295fd6
parent423deec8ce610256f669c3e50e91141921e2a026 (diff)
Update docs to reflect new automation on releases.add-release-docs
-rw-r--r--doc/reference/dev/release.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/reference/dev/release.md b/doc/reference/dev/release.md
index d394fd5e..57aed048 100644
--- a/doc/reference/dev/release.md
+++ b/doc/reference/dev/release.md
@@ -58,15 +58,9 @@ Note that creating the release on GitHub should create a git tag,
that you can pull in your local repository with: `git pull --tags`
## Update Tarballs
-- Generate tarball for the Gerbil source code,
- *including the Gambit submodule at the correct version* in `src/gambit`.
- Mind that the tarball autogenerated by GitHub does not include Gambit.
-- Generate a binary tarball for Linux x86-64. - ask @fare or @ober for help
+- We automatically generate a binary tarball, Fedora rpm, and Ubuntu deb file for Linux x86_64.
- Generate a binary tarball for the shared objects that the above uses (e.g. `sqlite.so`),
so that e.g. the previous tarball can be deployed on Heroku. - ask @fare for help
-- Generate rpm and deb packages for Linux x86-64. - ask @ober for help
-- Publish each of these tarballs as artifacts on GitHub on the
- [release page](https://github.com/mighty-gerbils/gerbil/releases/)
## Merge Post-Release PRs
- Remove the `MANIFEST` file.