Skip to content

fix(deps): update module golang.org/x/image to v0.11.0 (#5044) #27

fix(deps): update module golang.org/x/image to v0.11.0 (#5044)

fix(deps): update module golang.org/x/image to v0.11.0 (#5044) #27

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}}