From 5aff1e8f4809fc213e5c226a1546757dcb42ad7f Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 1 May 2024 11:01:02 -0700 Subject: Clarify that janus operates on public justfiles only (#2021) --- .github/workflows/ci.yaml | 2 +- README.md | 6 +++--- 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 -- cgit v1.2.3