diff options
author | Arun Isaac | 2023-01-16 00:38:21 +0000 |
---|---|---|
committer | Arun Isaac | 2023-01-16 00:48:25 +0000 |
commit | 165391cc0ad8c084c2d97440ec9e7a8d1115e61c (patch) | |
tree | 25cf4fdfe685db7b26ac616abbc23af43febec0c | |
parent | b75efd2910bed27536a60d4cea8eb079d1ca90d4 (diff) | |
download | guile-email-165391cc0ad8c084c2d97440ec9e7a8d1115e61c.tar.gz guile-email-165391cc0ad8c084c2d97440ec9e7a8d1115e61c.tar.lz guile-email-165391cc0ad8c084c2d97440ec9e7a8d1115e61c.zip |
Revert "README: Declare that releases are only tagged in git from now on."
This reverts commit 5cc34d6be3daada501ff952fc9edf1ac04d9c24a. We go
back to releasing tarballs since tarballs are still important for
package managers other than Guix. e.g., homebrew.
-rw-r--r-- | README.org | 10 | ||||
-rw-r--r-- | build-aux/build-website.el | 3 |
2 files changed, 6 insertions, 7 deletions
@@ -28,14 +28,16 @@ guile-email is used by [[https://repology.org/project/guile-email/versions][https://repology.org/badge/vertical-allrepos/guile-email.svg]] -guile-email source code is hosted in [[https://git.systemreboot.net/guile-email][git]]. Releases are tagged and -signed in git. Download [[https://systemreboot.net/about/arunisaac.pub][public signing key]]. - -Tarballs are also available for some older releases. +Download release tarballs. #+BEGIN: releases #+END: +Download [[https://systemreboot.net/about/arunisaac.pub][public signing key]]. + +Browse the [[https://git.systemreboot.net/guile-email][development version]] of guile-email hosted in a git +repository. + * Documentation [[https://guile-email.systemreboot.net/manual/dev/en/][Documentation for guile-email]] is available online. If guile-email is diff --git a/build-aux/build-website.el b/build-aux/build-website.el index d67252e..13c1835 100644 --- a/build-aux/build-website.el +++ b/build-aux/build-website.el @@ -36,9 +36,6 @@ ;; Exclude the v0.1.0 release since we don't have a ;; copy of the tarball. "--contains=v0.2.0" - ;; Exclude releases after and including v0.3.0 since - ;; we won't be releasing tarballs for them. - "--no-contains=v0.3.0" (let ((release-file "./releases/guile-email-%(refname:short).tar.lz")) (format "--format=- %%(taggerdate:short) [[%s][%s]] [[%s.asc][GPG Signature]]" release-file |