Skip to content

Commit

Permalink
chore: bootstrap releases for . and crates/typos-lsp (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara authored May 2, 2023
1 parent 457ea7e commit 415de68
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
# additional workflows. They'll also be authored by the app.
# see https://github.com/google-github-actions/release-please-action#github-credentials
token: ${{ steps.app-token.outputs.token }}
release-type: node
package-name: typos-vscode
command: manifest
4 changes: 4 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
".": "0.1.1",
"crates/typos-lsp": "0.1.1"
}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"plugins": ["cargo-workspace"],
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
".": {
"release-type": "node"
},
"crates/typos-lsp": {
"release-type": "rust"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 415de68

Please sign in to comment.