This commit is contained in:
jstaerk
2020-11-25 18:50:39 +01:00
parent 2555b82b6a
commit 2d4408902c
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2.0.2 2.0.2
======= =======
2020-11-25
- #197 file attachments - #197 file attachments
- Charges/Allowances CategoryCode improvement PR #198 Thanks to weclapp-dev - Charges/Allowances CategoryCode improvement PR #198 Thanks to weclapp-dev
- support reverse charge - support reverse charge

View File

@@ -171,7 +171,6 @@ Change to the project directory and run
* clean the release with `mvn release:clean` and prepare the release with * clean the release with `mvn release:clean` and prepare the release with
* `mvn release:prepare -DignoreSnapshots=true` and enter the version numbers. * `mvn release:prepare -DignoreSnapshots=true` and enter the version numbers.
* After that is through you can create a new release via `mvn release:perform -Dmaven.java.skip=True`.This will also update the maven repo. * After that is through you can create a new release via `mvn release:perform -Dmaven.java.skip=True`.This will also update the maven repo.
* Experimental: mvn deploy -Dregistry=https://maven.pkg.github.com/ZUGFeRD -Dtoken=GH_TOKEN
![screenshot](development_documentation_screenshot_release.png "Screenshot Release") ![screenshot](development_documentation_screenshot_release.png "Screenshot Release")