Skip to content

Commit

Permalink
Merge pull request #44 from MilesCranmer/release-please/bootstrap/def…
Browse files Browse the repository at this point in the history
…ault

chore: bootstrap releases for path: .
  • Loading branch information
MilesCranmer authored Jun 30, 2024
2 parents 45d3d33 + a9ec09c commit 73d2db9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ jobs:
id: release
with:
release-type: rust
bump-patch-for-minor-pre-major: true
bump-minor-pre-major: true
manifest-file: .release-please-manifest.json

publish:
name: Publish to crates.io
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.8.0"
}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"packages": {
".": {
"package-name": "rip2",
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 73d2db9

Please sign in to comment.