We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730dc07 commit d33f77bCopy full SHA for d33f77b
.github/workflows/release.yml
@@ -30,6 +30,7 @@ jobs:
30
cp docker-compose-RELEASE.yml release/docker-compose.yml
31
cp target/*.jar release/app.jar
32
cp HOW_TO_RUN.txt release/
33
+ cp API_DOCUMENTATION.md release/
34
35
- name: Archive release files
36
run: |
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>com.themetalstorm</groupId>
12
<artifactId>Library-System-API</artifactId>
13
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.10.0-SNAPSHOT</version>
14
<name>Library-System-API</name>
15
<description>Library-System-API</description>
16
<url/>
0 commit comments