-
Updated
May 2, 2022 - SCSS
#
conventional-commits
Here are 316 public repositories matching this topic...
The conventional commits specification
A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
rust
generator
changelog
semver
commit
hacktoberfest
conventional-changelog
keepachangelog
changelog-generator
conventional-commits
-
Updated
Apr 28, 2022 - Rust
A minimal, responsive, and powerful Jekyll theme for presenting professional writing
jekyll-theme
rubygems
pwa
jekyll-themes
gulpjs
jekyll-template
responsive-web-design
conventional-commits
github-actions
standard-versioning
-
Updated
May 6, 2022 - HTML
Take control of what is going to be your next release.
github
semantic
automation
ci
process
semver
versioning
release
conventional-changelog
conventional-commits
-
Updated
Apr 14, 2022 - JavaScript
tunnckoCore
commented
Feb 9, 2018
Which will behave like that
let settings = await prettyConfig('rollup', { configFiles })
if (!settings) {
settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)instead of above we can hide it to look like that
const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })
if (!settings) {
console.log('no config file
Type: Enhancement
Most issues will probably be for additions or changes. Expected that this will result in a PR.
good first issue
Good for newcomers and first-timer contributors
Priority: Medium
This issue may be useful, and needs some attention.
Status: Available
No one has claimed for resolving this issue. Generally applied to bugs and enhancement issues.
edbzn
commented
May 2, 2022
OK I guess posting this issue helped me on finding the solution!
I just added parallel=1 to the command.
It would be nice to mention this in the documentation as I guess this is a common use case.
Originally posted by @christophediprima in jscutlery/semver#414 (comment)
A GitHub Action that ensures that your PR title matches the Conventional Commits spec.
-
Updated
May 4, 2022 - JavaScript
List of conventional commit types with emoji 🎉
-
Updated
Aug 27, 2017 - JavaScript
github
changelog
release
semantic-release
publish
conventional-changelog
conventional-commits
commit-analyzer
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
May 2, 2022 - JavaScript
-
Updated
Apr 19, 2022 - JavaScript
Open
[DOCS] Add man page
1
oknozor
opened
Sep 11, 2020
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
blocked
conventional-changelog preset
-
Updated
May 13, 2021 - JavaScript
-
Updated
May 3, 2022 - TypeScript
Github Action that generates a changelog with the Conventional Changelog CLI
-
Updated
Apr 5, 2022 - JavaScript
A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook plugin!
-
Updated
Apr 25, 2022 - PHP
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
php
commits
composer
changelog
tool
convention
history
semver
generation
commit
conventional-changelog
conventional
conventional-commits
conventional-changelog-preset
autoversion
conventional-commit
php-convetional-commit
php-conventional-changelog
autoversioning
-
Updated
Apr 27, 2022 - PHP
automate your workspace version & publish by using conventional-changelog-commits
-
Updated
May 5, 2022 - TypeScript
-
Updated
May 5, 2022 - TypeScript
Tool to check that commits comply with conventional commit standard
-
Updated
Apr 18, 2022 - Go
PHP Commitizen - A CLI tool used to create commits according to Conventional Commits specification
-
Updated
Oct 20, 2020 - PHP
Conventional commits, changelog, versioning, validation
-
Updated
Apr 24, 2022 - Rust
mainrs
commented
Mar 24, 2021
Maybe it's just a quirk on my machine
Git Conventional Commits Util to generate Semantic Version and Markdown Change Log and Validate Commit Messag
-
Updated
May 2, 2022 - JavaScript
a git extension to help write conventional commits
git
cli
command-line
tui
command-line-tool
conventional-changelog
git-extenstions
command-line-interface
git-extension
conventional-commits
terminal-ui
command-line-interpreter
-
Updated
Apr 9, 2022 - Go
A simple tool that automates generating and updating a changelog
-
Updated
Mar 11, 2022 - Shell
A GitHub App built with Probot that creates GitHub Release following Conventional Commits
-
Updated
Apr 9, 2022 - JavaScript
b4nst
commented
Feb 28, 2021
Ensure your PR title matches the Conventional Commits spec.
-
Updated
Apr 29, 2022 - JavaScript
Improve this page
Add a description, image, and links to the conventional-commits topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the conventional-commits topic, visit your repo's landing page and select "manage topics."


Description
I have pre-commit hooks to enforce LF line endings, this fails on every commitizen commit as it writes CRLF on windows. An option to configure this would be good.
Possible Solution
Hacky, but I have customized my local commitizen and found all instances of
openand addednewline='\n'to them if they arewopens. And option in the .cz.yaml to specify this would be the o