Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: dump version to 1.2.1 (#23) #13

fix: dump version to 1.2.1 (#23)

fix: dump version to 1.2.1 (#23) #13

Workflow file for this run

name: Changelog
on:
push:
branches:
- main
jobs:
changelog:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: "✏️ Generate release changelog"
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
author_name: bot-changelog
author_email: [email protected]
message: 'chore: update changelog'
add: '*'