Skip to content

Commit 9e6a302

Browse files
committed
chore: prepare changelog
add release commands to readme
1 parent 8d8db00 commit 9e6a302

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ Before performing the release, in addition to the Build requirements you need an
121121

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

124+
```shell
125+
mvn release:prepare
126+
mvn release:perform
127+
```
128+
124129
### Preparation
125130

126131
Before creating the release, check if:

xar-assembly.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@
257257
<li>Fixed: Added missing release notes for 3.0.5 release - <a href="https://github.com/eXist-db/monex/issues/217">#217</a></li>
258258
</ul>
259259
</change>
260+
<change version="4.2.1">
261+
<ul xmlns="http://www.w3.org/1999/xhtml">
262+
<li>Dependency updates</li>
263+
<li>Fixed: handling of $data when not defined - <a href="https://github.com/eXist-db/monex/pull/266">#266</a></li>
264+
</ul>
265+
</change>
260266
</changelog>
261267

262268
</package>

0 commit comments

Comments
 (0)