Skip to content

Commit

Permalink
ci: automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bounoable authored Sep 6, 2022
1 parent bf1334b commit 6d1db93
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Release

on:
push:
tags:
- '*'

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 100
- uses: fregante/release-with-changelog@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
template: |
### Changelog
{commits}
{range}

0 comments on commit 6d1db93

Please sign in to comment.