The conventional commits specification
-
Updated
Sep 6, 2021 - SCSS
{{ message }}
The conventional commits specification
A highly customizable Changelog Generator that follows Conventional Commit specifications
Take control of what is going to be your next release.
Create committing rules for projects
List of conventional commit types with emoji
In our current release process we have modified the ruleset in some aspects like this:
{
"preset": "angular",
"releaseRules": [
{ "breaking": true, "release": "minor" },
{ "tag": "Breaking", "release": "minor"}
]
}
Is it possible to pass a custom config to semver as well?
conventional-changelog preset
A Github Action that ensures that your PR title matches the Conventional Commits spec.
Github Action that generates a changelog with the Conventional Changelog CLI
Currently commitsar defaults to master branch. Given the recent changes by Github it would be good to also default to main, unless specified differently in .commitsar.yml
A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook plugin!
PHP Commitizen - A CLI tool used to create commits according to Conventional Commits specification
A PHP tool built to generate a changelog from a project's commit messages and metadata following the conventionalcommits.org and automate versioning with semver.org.
Conventional commits, changelog, versioning, validation
Maybe it's just a quirk on my machine
A GitHub App built with Probot that creates GitHub Release following Conventional Commits
Is your feature request related to a problem? Please describe.
cog bump should be able to execute alternate hooks for a named profile.
For example when using the oneflow git branching model performing a release with cog bump works perfectly but if we need to release a hotfix on the current release branch, we are
A simple tool that automates generating and updating a changelog
Git Conventional Commits Util to generate Semantic Version and Markdown Change Log and Validate Commit Messag
A tool to create and lint commit messages
a git extension to help write conventional commits
(!! moved to tunnckoCore/opensource !! try `parse-commit-message@canary`) Parse, stringify or validate a commit messages that follows Conventional Commits Specification
This is a proof of concept of a monorepo structure for react components specially designed for design systems
Add a description, image, and links to the conventional-commits topic page so that developers can more easily learn about it.
To associate your repository with the conventional-commits topic, visit your repo's landing page and select "manage topics."
Which will behave like that
instead of above we can hide it to look like that