Skip to content

Commit 25970da

Browse files
committed
chore: Added Please Release Manifest and Config
1 parent 90ca2f4 commit 25970da

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

release-please-config.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"packages":{
3+
".":{
4+
"changelog-path": "CHANGELOG.md",
5+
"changelog-sections": [
6+
{ "type": "feat", "section": "Features" },
7+
{ "type": "feature", "section": "Features" },
8+
{ "type": "fix", "section": "Bug Fixes" },
9+
{ "type": "perf", "section": "Performance Improvements" },
10+
{ "type": "revert", "section": "Reverts" },
11+
{ "type": "docs", "section": "Documentation" },
12+
{ "type": "style", "section": "Styles" },
13+
{ "type": "chore", "section": "Miscellaneous Chores" },
14+
{ "type": "refactor", "section": "Code Refactoring" },
15+
{ "type": "test", "section": "Tests" },
16+
{ "type": "build", "section": "Build System" },
17+
{ "type": "ci", "section": "Continuous Integration" }
18+
]
19+
}
20+
}
21+
}

release-please-manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"version": "3.0.0-Beta.14",
3+
"release-type": "pre-release"
4+
}

0 commit comments

Comments
 (0)