Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev authored Sep 21, 2024
1 parent ee2a3bb commit 5543467
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "3.0.0"
}
17 changes: 17 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"packages": {
".": {
"package-name": "VoiceMeeterPlugin",
"component": "VoiceMeeterPlugin",
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"draft": true,
"prerelease": false,
"include-component-in-tag": false,
"extra-files": [
"src/VoiceMeeterPlugin/VoiceMeeterPlugin.csproj"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 5543467

Please sign in to comment.