Skip to content

Commit

Permalink
chore: bootstrap releases (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur authored Aug 6, 2023
1 parent 84a64ab commit 40667a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: rust
package-name: man_completions
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
4 changes: 4 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"lib": "0.1.0",
"cli": "0.1.0"
}
8 changes: 8 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"release-type": "rust",
"packages": {
"lib": {},
"cli": {}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 40667a8

Please sign in to comment.