File tree 1 file changed +19
-4
lines changed
1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ This homebrew tap provides the following package:
6
6
7
7
## Installation
8
8
9
- ```
9
+ ``` bash
10
10
brew tap coverallsapp/coveralls
11
11
brew install coveralls
12
12
```
13
13
14
14
Or
15
15
16
- ```
16
+ ``` bash
17
17
brew install coverallsapp/coveralls/coveralls
18
18
```
19
19
@@ -23,15 +23,30 @@ brew install coverallsapp/coveralls/coveralls
23
23
24
24
2 . Fetch SHA265 using this command:
25
25
26
- ```
26
+ ``` bash
27
27
brew fetch --build-from-source coveralls
28
28
```
29
29
30
30
3 . Update the SHA256 in formula.
31
31
32
32
4 . Install locally (check there're no errors)
33
33
34
- ```
34
+ ``` bash
35
35
brew install --build-from-source coveralls
36
36
```
37
37
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
You can’t perform that action at this time.
0 commit comments