Skip to content

unconventional commit that should be ignored #12

unconventional commit that should be ignored

unconventional commit that should be ignored #12

Workflow file for this run

name: DO NOT MERGE THIS TEST WORKFLOW
on:
push:
branches:
- fix/release-tagging
jobs:
fake-release:
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
changelog: "false"
vcs-release: "true"
github_token: ${{ secrets.GITHUB_TOKEN }}