Skip to content

Merge remote-tracking branch 'upstream/main' into diy #6

Merge remote-tracking branch 'upstream/main' into diy

Merge remote-tracking branch 'upstream/main' into diy #6

Workflow file for this run

name: auto changelog
on:
push:
tags:
- '*'
jobs:
changelog:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: npx changelogithub # or [email protected] if ensure the stable result
env:
GITHUB_TOKEN: ${{secrets.MY_TOKEN}}