Skip to content

Commit

Permalink
ci: exclude component from tag
Browse files Browse the repository at this point in the history
Previously release-please was expecting the component in the tag name:

> ⚠ Expected 1 releases, only found 0
❯ looking for tagName: momento-v0.46.0

But we were not using this. As a result the latest release changelog
went back to the beginning. With this change it should only include up
until the previous release.
  • Loading branch information
malandis committed Dec 16, 2024
1 parent 437898f commit 2a72f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"packages": {
".": {
"release-type": "rust",
"include-component-in-tag": false,
"changelog-sections": [
{
"type": "feat",
Expand Down

0 comments on commit 2a72f07

Please sign in to comment.