Skip to content

Commit

Permalink
chore(release): correct last-release-sha in release-please config (#162)
Browse files Browse the repository at this point in the history
Corrects the `last-release-sha` in the release-please config to point to the last successful release.
  • Loading branch information
theisel authored Nov 4, 2024
1 parent e9053ee commit cffbdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last-release-sha": "2156f18ce5cf3967cdfb7f6bce0203d5316eb8b6",
"last-release-sha": "27ce84c5401cadb996cc5902adf98637f984e7f1",
"bump-minor-pre-major": true,
"include-component-in-tag": true,
"include-v-in-tag": false,
Expand Down

0 comments on commit cffbdf8

Please sign in to comment.