Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 361 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 361 Bytes

Check changelog

Check if the last pull request includes a changelog.

Usage

The changelog files must be in YAML format and added in the directory releases/unreleased.

on: pull_request

jobs:
  check-changelog:
    runs-on: ubuntu-latest
    name: Check changelog included
    steps:
      - uses: bitergia/release-tools-check-changelog@master