Skip to content

Commit 267b8f4

Browse files
committed
chore: restore last-release-sha to ignore empty feat commit
The empty feat(eds-icons) commit (cc7cec8) still causes false version bumps for unrelated packages. Setting last-release-sha to PR #4371 merge commit to ignore it. TODO: Remove this after next legitimate release that includes actual package changes.
1 parent 90d456a commit 267b8f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"last-release-sha": "35048d7d04e4f5d00b09174203a611d2e654d0b5",
34
"tag-separator": "@",
45
"packages": {
56
"packages/eds-core-react": {

0 commit comments

Comments
 (0)