The conventional commits specification
-
Updated
Feb 18, 2021 - SCSS
{{ message }}
The conventional commits specification
Take control of what is going to be your next release.
Goal
Support .cz.json, cz.json configuration
Description
JSON seems to be a more common configuration format for non-python project.
List of conventional commit types with emoji
Nx plugin to automate semantic versioning and CHANGELOG generation.
Right now the project is overly complex by using both Logger and DebugLogger. This could be simplified by simply using Logrus and a level flag.
conventional-changelog preset
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 Github Action that ensures that your PR title matches the Conventional Commits spec.
A GitHub App built with Probot that creates GitHub Release following 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
Keep your git workflow clean without headache.
Conventional commits, changelog, versioning, validation
❯ cog bump --auto
Error: repository contains unstaged change (use `git add` to track) # this shall say "uncommited changes" instead
Modified: README.md
❯ git status
On branch master
Your branch is ahead of 'origin/master' by 3 commits.
(use "git push" to publish your local commits)
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified
Setup a sweet VS Code development environment for your ember project – ludicrously fast
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.
Git Conventional Commits Util to generate Semantic Version and Markdown Change Log and Validate Commit Messag
Microservices in Post-Kubernetes Era. A polyglot monorepo
Plugin for Commitizen that uses commitLint configuration
Tool to generate CHANGELOG.md from Conventional Commits.
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