Skip to content

Commit

Permalink
chore: add release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Jan 24, 2024
1 parent 7aed799 commit 9b3cd62
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: release-please

on:
push:
branches:
- master
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ tmp/
*.lock
.ruby-*
*.iml
.env
coverage/
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{".":"8.0.0"}
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"release-type": "ruby",
"package-name": "closure_tree"
}

0 comments on commit 9b3cd62

Please sign in to comment.