Skip to content

fix: bug bug

fix: bug bug #4

# https://github.com/marketplace/actions/generate-changelog-action
name: 'Generate Changelog Action'
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
build:
name: Create Changelog
runs-on: ubuntu-latest
steps:
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
id: Changelog
with:
from-tag: v1.0
to-tag: HEAD