Skip to content

Add changelog for v1.7.10 #20

Add changelog for v1.7.10

Add changelog for v1.7.10 #20

Workflow file for this run

name: Release
on:
push:
tags:
- '**'
jobs:
build:
name: Create a release
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create release
uses: crazy-max/ghaction-github-release@v2
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
name: ${{ github.ref_name }} Coding Standard
draft: true
prerelease: false