Skip to content

feat! remove changelog config #6

feat! remove changelog config

feat! remove changelog config #6

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:
root_options: "--noop"
github_token: ${{ secrets.GITHUB_TOKEN }}