Skip to content

Commit 9229ece

Browse files
authored
Merge pull request #159 from satosby/fix_docs
Fix docs
2 parents efd8194 + b080b5a commit 9229ece

File tree

82 files changed

+6272
-6365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+6272
-6365
lines changed

HACKING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,4 @@ Install `apigen` before releasing new version.
3636
1. Push the tag to origin
3737
1. Edit [GitHub releases](https://github.com/line/line-bot-sdk-php/releases)
3838

39-
You can execute steps 1-3 with `make release` command.
40-
4139
That's all. It will be publish on [composer](https://packagist.org/packages/linecorp/line-bot-sdk) automatically.
42-
43-
e.g.
44-
45-
```
46-
$ make release VERSION=1.2.3
47-
# Then, edit GitHub releases
48-
```

Makefile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +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-
make doc
32-
git tag $(VERSION)
33-
git push origin $(VERSION)
34-
3522
clean:
3623
rm -rf vendor composer.lock
3724

docs/404.html

Lines changed: 0 additions & 221 deletions
This file was deleted.

0 commit comments

Comments
 (0)