From 7a13cbad5a629bbfbe811f2cb66967ee3bbec953 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 15 Aug 2021 16:13:39 -0700 Subject: [PATCH] Document release RSS feed in readme (#950) --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index f08e505..ab6bc8e 100644 --- a/README.adoc +++ b/README.adoc @@ -143,6 +143,10 @@ Example usage: just-version: 0.8 # optional semver specification, otherwise latest ``` +=== Release RSS Feed + +An https://en.wikipedia.org/wiki/RSS[RSS feed] of `just` releases is available https://github.com/casey/just/releases.atom[here]. + == Editor Support `justfile` syntax is close enough to `make` that you may want to tell your editor to use `make` syntax highlighting for `just`.