Skip to content

Commit

Permalink
fix(release-please): specify last-release-sha (#10419)
Browse files Browse the repository at this point in the history
This should prevent release-please from including more
commits than necessary in the next release.
  • Loading branch information
caugner authored Jan 30, 2024
1 parent 22e2aae commit 215e4ed
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
@@ -1,5 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"last-release-sha": "296a3bd7d8afa00c655d70ce19d4b52410328277",
"release-type": "node",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
Expand Down

0 comments on commit 215e4ed

Please sign in to comment.