Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make commits conform to mkchlog format #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

on:
push:
branches:
- master
- 'test-ci/**'
pull_request:

name: Check changelog

jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# This is critically important!
# The action won't work without this
fetch-depth: 0
- name: Check commits
uses: Kixunil/mkchlog-action@master
24 changes: 24 additions & 0 deletions .mkchlog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# mkchlog was introduced after this commit
skip-commits-up-to: 2e06b367bcfcdff7f4ee280caf10a0f200348ee8


sections:
security:
title: Security
description: This section contains very important security-related changes.
subsections:
vuln_fixes:
title: Fixed vulnerabilities
breaking:
title: Breaking changes
feat:
title: New features
bug:
title: Fixed bugs
perf:
title: Performance improvements
doc:
title: Documentation changes
dev:
title: Development
description: Internal development changes