Skip to content

New version of Template::Provider::Pandoc handles the frontmatter. #6

New version of Template::Provider::Pandoc handles the frontmatter.

New version of Template::Provider::Pandoc handles the frontmatter. #6

Workflow file for this run

name: Release
on:
push:
tags:
- 'RELEASE_*'
jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true