Skip to content

Commit

Permalink
ci: more granular release (#30)
Browse files Browse the repository at this point in the history
lentidas authored Oct 17, 2024
1 parent 0a3c5fe commit fdf681c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"packages": {
".": {
"release-type": "maven",
"release-type": "simple",
"extra-files": [
{
"type": "generic",
"path": "src/main/java/ch/heigvd/dai/commands/Root.java"
},
{
"type": "pom",
"path": "pom.xml"
}
],
"include-v-in-tag": true,

0 comments on commit fdf681c

Please sign in to comment.