Skip to content

use python built-in func #320

use python built-in func

use python built-in func #320

Workflow file for this run

# https://github.com/toolmantim/release-drafter
name: Release Drafter
on: push
jobs:
draft-release:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: toolmantim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}