Skip to content

CI: bump stack to recommended (2.15.5) #22

CI: bump stack to recommended (2.15.5)

CI: bump stack to recommended (2.15.5) #22

Workflow file for this run

name: "/release"
on:
push:
tags:
- v*.*.*
jobs:
release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') # only run on "releases" (pushes to tags)
steps:
- uses: actions/checkout@v4
- run: git show HEAD --format='%s%n%n%b' -s > .release_body
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
body_path: .release_body