Skip to content

Commit

Permalink
Releasing 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javieraviles committed Jun 24, 2020
1 parent df476bc commit 38ecb9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- First Change
- Second Change
- Added h2 testing database and postgres CRUD as example
- Added flyway for db migrations
- Updated docs
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.javieraviles</groupId>
<artifactId>quarkus-github-flow</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0</version>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down

0 comments on commit 38ecb9c

Please sign in to comment.