Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast authored Jun 1, 2024
1 parent 45979cc commit 39fc974
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"changelog-sections": [
{ "type": "security", "section": "Security", "hidden": false },
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Fixes", "hidden": false },
{ "type": "chore", "section": "Other Changes", "hidden": false }
],
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": true,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
3 changes: 3 additions & 0 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.2.1"
}
5 changes: 1 addition & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,11 @@ jobs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
package-name: tuxmux
release-type: rust
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
draft: true

0 comments on commit 39fc974

Please sign in to comment.