From 0bf6a87f19c2d730d018d600598f0ef7cbab98cd Mon Sep 17 00:00:00 2001 From: Joshua Wright Date: Tue, 15 Apr 2025 16:13:17 +0100 Subject: [PATCH] Update Paranoia Version --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 52e185e..4c0c4e1 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,19 @@ Or `brew tap jetstack/jetstack` and then `brew install `. ## Documentation `brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh). + +## Updating Paranoia + +1. Open the `paranoia.rb` file in your editor + 1. Update the URL to the latest version + 2. Update the SHA256 checksum + 1. In the Latest Paranoia release page, click on the `Assets` dropdown + 2. Download the `Source Code .tar.gz` file + 3. Open the terminal and navigate to the directory where the file is downloaded + 4. Run the command `shasum -a 256 ` to generate the SHA256 checksum + 5. Copy the checksum and paste it in the `paranoia.rb` file + 3. Update the `version` to the latest version in the `root_url` line. +2. Commit the changes +3. Wait for tests to complete +4. Assign the label `pr-pull` to the PR +5. Wait for the PR to be action