Skip to content

Commit b080b5a

Browse files
author
Shibuya Satoshi
committed
fix make
1 parent 5420fbf commit b080b5a

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

HACKING.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,3 @@ Install `apigen` before releasing new version.
3737
1. Edit [GitHub releases](https://github.com/line/line-bot-sdk-php/releases)
3838

3939
That'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-
```

Makefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@ copyright:
1919

2020
check: 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-
3422
clean:
3523
rm -rf vendor composer.lock
3624

0 commit comments

Comments
 (0)