Skip to content

Commit

Permalink
fix: Add discovery to semantic-release (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
kschrief authored Jun 17, 2024
1 parent 2a3fb66 commit 7966bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json", "package-lock.json", "npm-shrinkwrap.json", "src/sdks/core/package.json", "src/sdks/manage/package.json"]
"assets": ["CHANGELOG.md", "package.json", "package-lock.json", "npm-shrinkwrap.json", "src/sdks/core/package.json", "src/sdks/manage/package.json", "src/sdks/discovery/package.json"]
}
],
[
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"include": [
"src/sdks/core/test/suite/*",
"src/sdks/manage/test/suite/*"
"src/sdks/manage/test/suite/*",
"src/sdks/discovery/test/suite/*"
]
}

0 comments on commit 7966bd3

Please sign in to comment.