Skip to content

add CHANGELOG_v0152_v0160.rst #20

add CHANGELOG_v0152_v0160.rst

add CHANGELOG_v0152_v0160.rst #20

Workflow file for this run

name: Draft Release
on:
push:
branches: [master]
tags: ["*.*.*"]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
draft: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}