Skip to content

Optimize codes and comments with cursor (#550) #7

Optimize codes and comments with cursor (#550)

Optimize codes and comments with cursor (#550) #7

Workflow file for this run

name: Release changelog
on:
push:
tags:
- v*
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: master
- uses: rhysd/changelog-from-release/action@v3
with:
file: CHANGELOG.md
pull_request: true
github_token: ${{ secrets.GH_TOKEN }}