Skip to content

Commit

Permalink
chore: change bootstrap-sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Feb 23, 2024
1 parent 879ead2 commit f2571e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
monorepo-tags: true
manifest-file: ".release-please-manifest.json"
config-file: "release-please-config.json"
target: "test-release"
# bump
target: "test-release" # TODO remove this line after testing
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bootstrap-sha": "64c2653574f614e939696b2f5e0c0f3c4833d740",
"bootstrap-sha": "879ead24c2d680612302a6a8e759773bcf3a4c97",
"release-type": "simple",
"group-pull-request-title-pattern": "chore: release ${version}",
"bump-minor-pre-major": true,
Expand Down

0 comments on commit f2571e8

Please sign in to comment.