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

Commit d9e3a04

Browse files
📝 Update README and Makefile
1 parent 1dfcd80 commit d9e3a04

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,23 @@ $ dep ensure
165165
* dep
166166
* ghr
167167

168-
#### Packaging and deploy
168+
169+
#### Packaging
169170

170171
Confirm that your branch name equals release version, then...
171172

172173
```
173174
$ make release
174175
```
176+
177+
You have to create PR and merge.
178+
179+
180+
#### deploy
181+
182+
After you merged PR, then
183+
184+
```
185+
$ make release version=x.y.z
186+
```
187+

0 commit comments

Comments
 (0)