Skip to content

Commit

Permalink
fix: adds Release-Please workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfking committed Mar 4, 2023
1 parent 48e9fa4 commit c5904c7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,20 @@
name: Release Please

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Release Please
uses: google-github-actions/release-please-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --release-as minor --changelog-include-merged-prs

0 comments on commit c5904c7

Please sign in to comment.