Skip to content

Commit

Permalink
chore: use the release-please GitHub App for creating releases, taggi…
Browse files Browse the repository at this point in the history
…ng, and triggering (#229)
  • Loading branch information
dazuma authored May 15, 2023
1 parent 79b0445 commit c4a6a88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bumpMinorPreMajor: true
handleGHRelease: true
manifest: true
monorepoTags: true
packageName: signet
primaryBranch: main
releaseType: ruby-yoshi
1 change: 1 addition & 0 deletions .github/release-trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
enabled: true
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Release-Please
on:
schedule:
- cron: '57 8 * * *'
workflow_dispatch:
inputs:
gem:
Expand Down

0 comments on commit c4a6a88

Please sign in to comment.