Skip to content

Commit

Permalink
chore: prepare changelog
Browse files Browse the repository at this point in the history
add release commands to readme
  • Loading branch information
duncdrum committed Feb 17, 2025
1 parent 8d8db00 commit 9e6a302
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ Before performing the release, in addition to the Build requirements you need an

Only users with push access to the GitHub repo can act as release manager.

```shell
mvn release:prepare
mvn release:perform
```

### Preparation

Before creating the release, check if:
Expand Down
6 changes: 6 additions & 0 deletions xar-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@
<li>Fixed: Added missing release notes for 3.0.5 release - <a href="https://github.com/eXist-db/monex/issues/217">#217</a></li>
</ul>
</change>
<change version="4.2.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Dependency updates</li>
<li>Fixed: handling of $data when not defined - <a href="https://github.com/eXist-db/monex/pull/266">#266</a></li>
</ul>
</change>
</changelog>

</package>

0 comments on commit 9e6a302

Please sign in to comment.