Skip to content

Commit

Permalink
chore: use release/please instead of standard-version because of the …
Browse files Browse the repository at this point in the history
…deprecation (#22)
  • Loading branch information
koba04 committed May 19, 2022
1 parent ed15f82 commit bafded4
Show file tree
Hide file tree
Showing 3 changed files with 1,012 additions and 5,134 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,13 @@
on:
push:
branches:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action

0 comments on commit bafded4

Please sign in to comment.