File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,3 @@ Install `apigen` before releasing new version.
37371 . Edit [ GitHub releases] ( https://github.com/line/line-bot-sdk-php/releases )
3838
3939That's all. It will be publish on [ composer] ( https://packagist.org/packages/linecorp/line-bot-sdk ) automatically.
40-
41- e.g.
42-
43- ```
44- $ make release VERSION=1.2.3
45- # Then, edit GitHub releases
46- ```
Original file line number Diff line number Diff line change @@ -19,18 +19,6 @@ copyright:
1919
2020check : test copyright phpcs phpmd
2121
22- release :
23- ifndef VERSION
24- @tput setaf 1
25- @echo '[ERROR] $$VERSION is missing; it must be specified'
26- @echo 'USAGE:'
27- @echo ' make release VERSION=1.2.3'
28- @tput sgr0
29- @exit 255
30- endif
31- git tag $(VERSION)
32- git push origin $(VERSION)
33-
3422clean :
3523 rm -rf vendor composer.lock
3624
You can’t perform that action at this time.
0 commit comments