File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 name : v${{ needs.extract-version.outputs.version }}
135135 version : ${{ needs.extract-version.outputs.version }}
136136 version-type : release
137- changelog : Автоматический релиз v ${{ needs.extract-version.outputs.version }}
137+ changelog : ${{ needs.extract-version.outputs.changelog }}
138138
139139 files : " **/*.jar"
140140
Original file line number Diff line number Diff line change 44
55 <groupId >com.example</groupId >
66 <artifactId >ChatToHttp</artifactId >
7- <version >1.2.3 </version >
7+ <version >1.2.4 </version >
88
99 <properties >
1010 <maven .compiler.source>21</maven .compiler.source>
2222 <dependency >
2323 <groupId >io.papermc.paper</groupId >
2424 <artifactId >paper-api</artifactId >
25- <version >1.21.10 -R0.1-SNAPSHOT</version >
25+ <version >1.21.11 -R0.1-SNAPSHOT</version >
2626 <scope >provided</scope >
2727 </dependency >
2828 </dependencies >
Original file line number Diff line number Diff line change 11name : ChatToHttp
2- version : 1.2.1
2+ version : 1.2.4
33folia-supported : true
44main : com.example.chattohttp.ChatToHttpPlugin
55api-version : 1.21
You can’t perform that action at this time.
0 commit comments