Skip to content

Commit

Permalink
chore: 2nd attempt to ignore bad release commits (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee authored Dec 19, 2024
1 parent c5034a1 commit 4022d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bootstrap-sha": "4d52a27b6c08755d6c527723c2595ade3e024898",
"last-release-sha": "4381d13715297e1c04de729261b2b53ac3396621",
"last-release-sha": "c5034a17aaeb69df1201d542bd4e5accdc50931f",
"packages": {
"components/ft-concept-button": {},
"components/g-audio": {},
Expand Down
2 changes: 1 addition & 1 deletion scripts/regenerate-ci-config-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ await del(['.github/workflows/percy-*.yml', '.github/workflows/test-*.yml']);
let dotReleasePleaseManifest = {};
let releasePleaseConfig = {
'bootstrap-sha': '4d52a27b6c08755d6c527723c2595ade3e024898',
'last-release-sha': '4381d13715297e1c04de729261b2b53ac3396621',
'last-release-sha': 'c5034a17aaeb69df1201d542bd4e5accdc50931f',
packages: {},
};

Expand Down

0 comments on commit 4022d60

Please sign in to comment.