docs: changelog

This commit is contained in:
Etienne Dx 2021-09-09 12:07:06 +02:00
parent 20fea59a39
commit 2b9a5a97e3
2 changed files with 1 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: Publish package to GitHub Packages
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '16'
distribution: 'adopt'
- name: Publish package
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -6,6 +6,7 @@
* Readme and changelog files
* Error messages to *messages.yml*
* List messages to *messages.yml*
* Fixed build pipeline to build with GP
### Modified
* Changed java version to java 16