Skip to content

Commit

Permalink
ci: add labels and fix update of version in Root.java file
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Oct 17, 2024
1 parent ccf552e commit b7649f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@
"include-v-in-tag": true,
"include-component-in-tag": false,
"pull-request-title-pattern": "chore: release ${version}",
"extra-files": ["src/main/java/ch/heigvd/dai/commands/Root.java"]
"extra-files": [
{
"type": "generic",
"path": "src/main/java/ch/heigvd/dai/commands/Root.java"
}
],
"label": "autorelease-pending",
"release-label": "autorelease-tagged"
}

0 comments on commit b7649f8

Please sign in to comment.