Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 2d1721b

Browse files
📝 Update README
1 parent 399470f commit 2d1721b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ gowl
55

66
An interactive git tool that works with GitHub and Bitbucket Server.
77

8-
Support for both Windows and Linux.
8+
Support for
9+
10+
* Windows
11+
* Linux
12+
* Mac
913

1014
![DEMO](https://raw.githubusercontent.com/tadashi-aikawa/gowl/master/demo.gif)
1115

@@ -180,13 +184,15 @@ Confirm that your branch name equals release version, then...
180184
$ make release
181185
```
182186

183-
You have to create PR and merge.
187+
#### Merge
184188

189+
1. Create PR
190+
2. Merge PR to master
191+
3. Checkout master
192+
4. Pull
185193

186194
#### deploy
187195

188-
After you merged PR, then
189-
190196
```
191197
$ make deploy version=x.y.z
192198
```

0 commit comments

Comments
 (0)