Skip to content

Commit 4abae47

Browse files
committed
fix: use last-release-sha to ignore problematic commits
Replace bootstrap-sha (only used for first release) with last-release-sha which is always respected. This tells Release Please to start gathering commits from d31389c (the last release commit) and ignore the empty feat(eds-icons) commit that was incorrectly bumping all packages. Note: Remove last-release-sha after next successful release PR is merged.
1 parent 3eead88 commit 4abae47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"bootstrap-sha": "d31389cb",
3+
"last-release-sha": "d31389cbd96f497b7f96e59821e8dd221945ab62",
44
"tag-separator": "@",
55
"packages": {
66
"packages/eds-core-react": {

0 commit comments

Comments
 (0)