Skip to content

remove needs

remove needs #227

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
jobs:
release:
name: Create Release
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: CHANGELOG Entry
id: changelog_reader
uses: mindsers/[email protected]
with:
validation_level: warn
version: ${{ github.event.inputs.version }}
path: ./CHANGELOG.md