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

✨ Add skip changelog function #251

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sercanuste
Copy link
Contributor

Summary

This PR adds skip changelog function. Commits with [skip cl] or [skip changelog] keyword can be filtered and will not be added to changelog.

The motivation behind this development is hide automated commits from GitHub Action or bots. Automated commits keeps a lot of space on changelog.

Usage

For enabling function you need to add "useSkipChangelog": true to .gitmoji-changelogrc.

{
+    "useSkipChangelog": true
}

And you need to use [skip cl] or [skip changelog] keyword in commit's subject or body.

✨ Upgrade brand new feature [skip cl]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant