We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df476bc commit 38ecb9cCopy full SHA for 38ecb9c
.github/workflows/tag.yml
@@ -21,7 +21,8 @@ jobs:
21
release_name: Release ${{ github.ref }}
22
body: |
23
Changes in this Release
24
- - First Change
25
- - Second Change
+ - Added h2 testing database and postgres CRUD as example
+ - Added flyway for db migrations
26
+ - Updated docs
27
draft: false
28
prerelease: false
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.javieraviles</groupId>
6
<artifactId>quarkus-github-flow</artifactId>
7
- <version>0.1.0-SNAPSHOT</version>
+ <version>1.0.0</version>
8
<properties>
9
<compiler-plugin.version>3.8.1</compiler-plugin.version>
10
<maven.compiler.parameters>true</maven.compiler.parameters>
0 commit comments