Skip to content

Commit

Permalink
chore: release please, ignore bad commits which are reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee committed Dec 18, 2024
1 parent 87add92 commit c5034a1
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": "9dee3cf9ff13aabdbdfae4597217a4ef35e130e2",
"last-release-sha": "4381d13715297e1c04de729261b2b53ac3396621",
"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': '9dee3cf9ff13aabdbdfae4597217a4ef35e130e2',
'last-release-sha': '4381d13715297e1c04de729261b2b53ac3396621',
packages: {},
};

Expand Down

0 comments on commit c5034a1

Please sign in to comment.