Skip to content

Commit

Permalink
chore: fix manifest and additional files
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jan 31, 2025
1 parent 24a003a commit 3c264cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .release/config-main.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"component": "esl",
"update-type": "node",
"changelog-path": "CHANGELOG.md",
"updateAllPackages": true
"updateAllPackages": true,
"additionalFiles": [
"site/package.json",
"e2e/package.json"
]
},
"eslint-config": {
"component": "eslint-config",
Expand Down
7 changes: 3 additions & 4 deletions .release/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/manifest.json",
"@exadel/esl": "5.0.0",
"@exadel/eslint-config-esl": "5.0.0",
"@exadel/eslint-plugin-esl": "5.0.0"
".": "5.0.0",
"eslint-config": "5.0.0",
"eslint-plugin": "5.0.0"
}

0 comments on commit 3c264cd

Please # to comment.