Skip to content

Commit

Permalink
fix(release): reduced artifact of each package
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Sep 20, 2024
1 parent 7d5cb1c commit b7b00cd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"git.pruneOnFetch": true,
"editor.formatOnSave": true,
"eslint.validate": [
"javascript",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- [x] run debugger mode for custom opened test file
- [ ] ...
- [x] added extension recommendation (will be installed, when project will be opened by workspace file)
- [x] evaluate SonarLint (https://docs.sonarsource.com/sonarcloud/improving/sonarlint/)
- [ ] evaluate SonarLint (https://docs.sonarsource.com/sonarcloud/improving/sonarlint/)
- [ ] ...
- node
- [x] node version manager support (nvmrc)
Expand Down
12 changes: 10 additions & 2 deletions packages/observables/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,16 @@
}
],
[
"@semantic-release/github"
"@semantic-release/github",
{
"assets": [
{
"path": "./",
"label": "observables"
}
]
}
]
],
"extends": "semantic-release-monorepo"
}
}
12 changes: 10 additions & 2 deletions packages/operators/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,16 @@
}
],
[
"@semantic-release/github"
"@semantic-release/github",
{
"assets": [
{
"path": "./",
"label": "operators"
}
]
}
]
],
"extends": "semantic-release-monorepo"
}
}

0 comments on commit b7b00cd

Please sign in to comment.