Skip to content

refactor: remove old code of conduct (#81) #21

refactor: remove old code of conduct (#81)

refactor: remove old code of conduct (#81) #21

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
release-on-push:
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{ secrets.CHANGELOG_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: norelease
use_github_release_notes: true
tag_prefix: "v"
release_name: "v<RELEASE_VERSION>"
max_commits: 100