Skip to content

Add Cabal 3.14.1.0 and Stack 3.3.1 #25

Add Cabal 3.14.1.0 and Stack 3.3.1

Add Cabal 3.14.1.0 and Stack 3.3.1 #25

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