summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2024-05-01 11:01:02 -0700
committerGitHub <noreply@github.com>2024-05-01 18:01:02 +0000
commit5aff1e8f4809fc213e5c226a1546757dcb42ad7f (patch)
treece8fdea426b0301e691e646dc92650101d8e15e7
parentc237c0097b50f669f5607a15feafcf1fd6ce40c1 (diff)
Clarify that janus operates on public justfiles only (#2021)
-rw-r--r--.github/workflows/ci.yaml2
-rw-r--r--README.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c9b28020..5702fe26 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -116,5 +116,5 @@ jobs:
- name: Test install.sh
run: |
- bash www/install.sh --to /tmp --tag 1.0.0
+ bash www/install.sh --to /tmp --tag 1.25.0
/tmp/just --version
diff --git a/README.md b/README.md
index cb87bf0a..f0c04de1 100644
--- a/README.md
+++ b/README.md
@@ -3224,9 +3224,9 @@ under this license.
### Janus
-[Janus](https://github.com/casey/janus) is a tool that collects and analyzes
-`justfile`s, and can determine if a new version of `just` breaks or changes the
-interpretation of existing `justfile`s.
+[Janus](https://github.com/casey/janus) is a tool for checking whether a change
+to `just` breaks or changes the interpretation of existing `justfile`s. It
+collects and analyzes public `justfile`s on GitHub.
Before merging a particularly large or gruesome change, Janus should be run to
make sure that nothing breaks. Don't worry about running Janus yourself, Casey