Skip to content

Commit d834a1c

Browse files
Yang-33mokuzon
andauthored
Add migration guide link for next release(blocked by release) (#555)
It's a part of task in #364. This should not be merged until v1.30.0 is released. --------- Co-authored-by: Motoi Okuzono <motoi.okuzono+github@gmail.com>
1 parent 403cdbf commit d834a1c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ post '/callback' do
8989
end
9090
```
9191

92+
## Migration way from v1 to v2
93+
Migration guide: https://github.com/line/line-bot-sdk-ruby/releases/tag/v1.30.0
94+
9295
## Help and media
9396
FAQ: https://developers.line.biz/en/faq/
9497

README_v2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@ See https://semver.org/
297297
v1 and v2 are completely different implementations, v1 is all deprecated and will be removed in the future.
298298
Migration to v2 is strongly recommended.
299299

300+
Migration guide: https://github.com/line/line-bot-sdk-ruby/releases/tag/v1.30.0
301+
302+
300303
#### Deprecation warnings
301304
When calling the API endpoint with v1, a deprecation warning will occur.\
302305
If you want to suppress this, please set any value to the environment variable `SUPRESS_V1_DEPRECATION_WARNINGS`.

0 commit comments

Comments
 (0)