Skip to content

Commit 136ea15

Browse files
committed
update release-notes.md and gradle.yml
[skip ci]
1 parent c087ae5 commit 136ea15

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
severity: info
3939
avatarUrl: 'https://raw.githubusercontent.com/botblock/JavaBotBlockAPI/master/src/main/resources/jbba.png'
4040
username: 'New release (${{ github.event.release.tag_name }})'
41-
text: '${{ github.event.release.name }}\n${{ github.event.release.html_url }}'
42-
description: '**Release Information**'
41+
text: '${{ github.event.release.name }}'
42+
description: '[**Release Information**](${{ github.event.release.html_url }})'
4343
details: '${{ github.event.release.body }}'
4444
footer: 'Version ${{github.event.release.tag_name}}'

release-notes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
Versions marked with a `*` are not available on bintray!
22

33
## v4
4-
- ### v4.0.0
4+
- ### v4.0.0_0
55
- Updated packages from `com.andre601.javabotblockapi` to `org.botblock.javabotblockapi`.
66
**This is a breaking change.**
77

8-
- ### v4.0.1
8+
- ### v4.0.1_0
99
- Updated message of RatelimitedException
1010

11+
- ### v4.0.2
12+
- Updated version system.
13+
Releases are back to `#.#.#` format while dev builds are `#.#.#_#`
14+
1115
## v3
1216
- ### v3.0.0
1317
- Moved post and get methods to their own class

0 commit comments

Comments
 (0)