Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed Feb 17, 2023
1 parent 8866984 commit b1e394a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,15 @@ If you want to skip tests call `ant dist-only`.
```

* Tag the last commit according to the following naming rule:
`release-${date-of-scheduled-release-e.g. 2022-05-31}`
`release-${date-of-scheduled-release-e.g. 2023-02-17}`
e.g.
`git tag release-2022-05-31 && git push origin release-2022-05-31`
`git tag release-2023-02-17 && git push origin release-2023-02-17`

### Publish

* Draft a new release at https://github.com/itplr-kosit/validator-configuration-xrechnung/releases/new
* Choose the git tag
* Add a release title of the following scheme: `Validator Configuration 2022-05-31 compatible with XRechnung 2.2.0`.
* Add a release title of the following scheme: `Validator Configuration 2023-02-17 compatible with XRechnung 2.3.x`.
* Copy & paste the high quality changelog entries for this release from CHANGELOG.md.
* Upload distribution zip and tick mark this release as a `pre-release`.

Expand Down
2 changes: 1 addition & 1 deletion scenarios.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>
<p>Checks whether XML Documents conform to XRechnung specification
@xrechnung.version@
(https://www.xoev.de/die_standards/xrechnung-14741).</p>
(https://xeinkauf.de/xrechnung/versionen-und-bundles/).</p>
<p>It uses CEN Schematron rules of @cen.spec.id@
in version @cen.rules.version@ from @build.date@
(https://github.com/ConnectingEurope/eInvoicing-EN16931/releases).</p>
Expand Down

0 comments on commit b1e394a

Please sign in to comment.