Skip to content

Commit

Permalink
ci(release-please): switch to simple release strategy (reanahub#383)
Browse files Browse the repository at this point in the history
Switch to the `simple` release strategy as the `node` one does not
handle correctly having package.json in a subdirectory.
  • Loading branch information
mdonadoni committed Jan 16, 2024
1 parent c18e81d commit 2c64085
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": true }
],
"extra-files": [
{
"type": "json",
"path": "reana-ui/package.json",
"jsonpath": "$.version"
}
],
"versioning": "always-bump-patch"
}
},
"pull-request-footer": " ",
"pull-request-header": " ",
"release-type": "node"
"release-type": "simple"
}

0 comments on commit 2c64085

Please sign in to comment.