Skip to content

Commit

Permalink
ci: setting up release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 7, 2022
1 parent 569b427 commit 8cb6a79
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
".": "2.5.0",
"packages/jest-mock-vscode": "0.1.6"
}
79 changes: 79 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"bootstrap-sha": "569b42758f06ccd890eb4404b2176118e6f933ec",
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "feature",
"section": "Features"
},
{
"type": "fix",
"section": "Updates and Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": false
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "dev",
"section": "Development In Progress"
},
{
"type": "style",
"section": "Styles",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": false
},
{
"type": "build",
"section": "Build System",
"hidden": false
},
{
"type": "",
"section": "Changes",
"hidden": false
}
],
"packages": {
".": {
"component": "",
"releaseType": "node"
},
"packages/jest-mock-vscode": {
"releaseType": "node"
}
}
}

0 comments on commit 8cb6a79

Please sign in to comment.