Skip to content

Commit 632fcb0

Browse files
committed
docs: update README
1 parent 189e34f commit 632fcb0

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

Diff for: README.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ This homebrew tap provides the following package:
66

77
## Installation
88

9-
```
9+
```bash
1010
brew tap coverallsapp/coveralls
1111
brew install coveralls
1212
```
1313

1414
Or
1515

16-
```
16+
```bash
1717
brew install coverallsapp/coveralls/coveralls
1818
```
1919

@@ -23,15 +23,30 @@ brew install coverallsapp/coveralls/coveralls
2323

2424
2. Fetch SHA265 using this command:
2525

26-
```
26+
```bash
2727
brew fetch --build-from-source coveralls
2828
```
2929

3030
3. Update the SHA256 in formula.
3131

3232
4. Install locally (check there're no errors)
3333

34-
```
34+
```bash
3535
brew install --build-from-source coveralls
3636
```
3737

38+
5. Create a separate branch
39+
40+
```bash
41+
git checkout -b coveralls/update-version
42+
```
43+
44+
6. Commit
45+
46+
```bash
47+
git commit -m 'coveralls X.Y.Z'
48+
```
49+
50+
7. Create a PR to `main` branch
51+
52+
8. After bottles are built, add `pr-pull` label to the PR

0 commit comments

Comments
 (0)