Skip to content

Commit d33f77b

Browse files
author
simon
committed
bump to v 0.10, include APi DOc in release bundle
1 parent 730dc07 commit d33f77b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
cp docker-compose-RELEASE.yml release/docker-compose.yml
3131
cp target/*.jar release/app.jar
3232
cp HOW_TO_RUN.txt release/
33+
cp API_DOCUMENTATION.md release/
3334
3435
- name: Archive release files
3536
run: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.themetalstorm</groupId>
1212
<artifactId>Library-System-API</artifactId>
13-
<version>0.9.0-SNAPSHOT</version>
13+
<version>0.10.0-SNAPSHOT</version>
1414
<name>Library-System-API</name>
1515
<description>Library-System-API</description>
1616
<url/>

0 commit comments

Comments
 (0)