Skip to content

Commit 7579916

Browse files
committed
ci: Check pom.xml on release
1 parent 469d62d commit 7579916

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and release JAR files
33
on:
44
release:
55
types:
6-
- published
6+
- created
77

88
jobs:
99
upload-jar:

.releaserc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@
6060
}
6161
],
6262
"@semantic-release/release-notes-generator",
63+
[
64+
"@semantic-release/git",
65+
{
66+
"assets": [
67+
"pom.xml"
68+
],
69+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
70+
}
71+
],
6372
[
6473
"@semantic-release/release-notes-generator",
6574
{

0 commit comments

Comments
 (0)