Skip to content

Commit

Permalink
feat: Add release-please workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Jan 27, 2024
1 parent 395667c commit 7674d1f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Release Please

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
# Uncomment the following after cloning
- name: No operation
run: echo "No operation"
# - uses: google-github-actions/release-please-action@v3
# with:
# release-type: node
# package-name: npm-package-template

0 comments on commit 7674d1f

Please sign in to comment.