Skip to content

docs: dsdsfdgh

docs: dsdsfdgh #9

# 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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
${{ steps.Changelog.outputs.changelog }}
draft: false
prerelease: false