Skip to content

Add a cli.NoColour option for disabling all colour/style #300

Add a cli.NoColour option for disabling all colour/style

Add a cli.NoColour option for disabling all colour/style #300

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
permissions: {}
jobs:
draft_release:
name: Draft Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: Run Release Drafter
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ github.token }}