Skip to content

Commit

Permalink
ci: (try to) start versioning and a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed May 26, 2024
1 parent 169ac39 commit 7a8625b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- master

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple

0 comments on commit 7a8625b

Please sign in to comment.