[SIS-xxx] updating abstracto version

removing not needed dbchangelog
adding creation of release to release job
updating docker base images
This commit is contained in:
Sheldan
2024-02-19 00:50:23 +01:00
parent e097fbe0ef
commit 12d564e5cd
74 changed files with 81 additions and 7252 deletions

View File

@@ -18,6 +18,10 @@ jobs:
- name: Load current version
id: version
run: echo "version=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec | cut -d- -f1)" >> $GITHUB_ENV
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
with:
title: Release of version ${{ env.version }}
- name: Release maven packages
uses: qcastel/github-actions-maven-release@v1.12.41
env: