Skip to content

Allow specifying release title and tag templates #9

Allow specifying release title and tag templates

Allow specifying release title and tag templates #9

name: Release a Changelog
on:
push:
branches:
- master
jobs:
release_a_changelog:
name: Release a Changelog
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release a Changelog
uses: ./
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'