Skip to content

Commit 1b807a4

Browse files
committed
Update Paranoia Version
Closes #6. Signed-off-by: Joshua Wright <19779568+joshw123@users.noreply.github.com>
1 parent 903674b commit 1b807a4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,19 @@ Or `brew tap jetstack/jetstack` and then `brew install <formula>`.
99
## Documentation
1010

1111
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
12+
13+
## Updating Paranoia
14+
15+
1. Open the `paranoia.rb` file in your editor
16+
1. Update the URL to the latest version
17+
2. Update the SHA256 checksum
18+
1. In the Latest Paranoia release page, click on the `Assets` dropdown
19+
2. Download the `Source Code .tar.gz` file
20+
3. Open the terminal and navigate to the directory where the file is downloaded
21+
4. Run the command `shasum -a 256 <file>` to generate the SHA256 checksum
22+
5. Copy the checksum and paste it in the `paranoia.rb` file
23+
3. Update the `version` to the latest version in the `root_url` line.
24+
2. Commit the changes
25+
3. Wait for tests to complete
26+
4. Assign the label `pr-pull` to the PR
27+
5. Wait for the PR to be action

0 commit comments

Comments
 (0)