Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#5)
Browse files Browse the repository at this point in the history
Configuring release-please for path: .
  • Loading branch information
luizirber committed May 7, 2023
1 parent bbfef0d commit b6d4f3e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
command: manifest
release-type: rust
package-name: mastiff-client

- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.0.3"
}
15 changes: 15 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"release-as": "0.1.0",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false,
"bootstrap-sha": "bbfef0d7674e429391527e54256ec1993129b1b1"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit b6d4f3e

Please sign in to comment.