diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..ba82669 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,15 @@ +name: Create Releases on Tags + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - uses: actions/checkout@v4 + - uses: ncipollo/release-action@v1 + with: + body: | + Changelog: https://sphinx.silverrainz.me/snippet/changelog.html#version-${{ github.ref_name }}