Skip to content

Changelog Linter

Actions
A linter for your changelog. Based on https://github.com/MalteHerrmann/changelog-utils
v0.2.1
Latest
Star (0)

Changelog Lint Action

This GitHub action brings the linter from the changelog-utils to your CI workflows.

It's using reviewdog to post comments on PR reviews that show any potential problems with your changelogs.

Example Workflow

name: Changelog Linter

on:
  pull_request:

permissions:
  pull-requests: write
  contents: read

jobs:
  lint-changelog:
    runs-on: ubuntu-latest

    steps:
    - name: Check out the repository
      uses: actions/checkout@v4

    - name: Run changelog linter
      uses: MalteHerrmann/[email protected]
      with:
          github_token: ${{ secrets.GITHUB_TOKEN }}

Changelog Linter is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A linter for your changelog. Based on https://github.com/MalteHerrmann/changelog-utils
v0.2.1
Latest

Changelog Linter is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.