Skip to content

Commit 5543467

Browse files
authored
chore: bootstrap releases for path: . (#25)
1 parent ee2a3bb commit 5543467

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.release-please-manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "3.0.0"
3+
}

release-please-config.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"packages": {
3+
".": {
4+
"package-name": "VoiceMeeterPlugin",
5+
"component": "VoiceMeeterPlugin",
6+
"changelog-path": "CHANGELOG.md",
7+
"release-type": "simple",
8+
"draft": true,
9+
"prerelease": false,
10+
"include-component-in-tag": false,
11+
"extra-files": [
12+
"src/VoiceMeeterPlugin/VoiceMeeterPlugin.csproj"
13+
]
14+
}
15+
},
16+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
17+
}

0 commit comments

Comments
 (0)