name: release
on:
push:
tags:
- "v*.*.*"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
body: |
Notable changes since the last release are documented in the [CHANGELOG.md](https://github.com/transformrs/transformrs/blob/main/CHANGELOG.md) file.