conventional-commits icon indicating copy to clipboard operation
conventional-commits copied to clipboard

:yo_yo: A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook plugin!

Results 25 conventional-commits issues
Sort by recently updated
recently updated
newest added

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.18.1 to 2.21.0. Release notes Sourced from shivammathur/setup-php's releases. 2.21.0 Support Ukraine Added support for Laravel Pint #613, #614 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version:...

dependencies
github_actions

## Description As discussed in https://github.com/ramsey/conventional-commits/issues/57#issuecomment-1191824713, this PR adds a command to validate a commit message ## Motivation and context More details in #57 and #25. ## How has this...

## How do I validate a commit message using the executable instead of CaptainHook? While working on #40, I realized that even if there is a PHAR, I can't use...

question

## Description This change adds a box configuration file so that we can build PHAR's as discussed in #25. There is also associated CI changes to test the PHAR file....

Right now, all errors are the same: ``` [ERROR] Invalid Commit Message The commit message is not properly formatted according to the Conventional Commits specification. For more details, see https://www.conventionalcommits.org/en/v1.0.0/...

enhancement

Updates the requirements on [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) to permit the latest version. Release notes Sourced from psalm/plugin-phpunit's releases. General release What's Changed Improve provider non-optional argument phrasing by @​AndrolGenhald in psalm/psalm-plugin-phpunit#118 Fix...

dependencies
php

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from github/codeql-action's changelog. 2.1.8 - 08 Apr 2022 Update default CodeQL bundle version to 2.8.5. #1014 Fix error where the init action...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @​TingluoHuang in actions/checkout#770 Prepare changelog...

dependencies
github_actions

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.1.0. Release notes Sourced from codecov/codecov-action's releases. v3.1.0 3.1.0 Features #699 Incorporate xcode arguments for the Codecov uploader Dependencies #694 build(deps-dev): bump @​vercel/ncc from 0.33.3...

dependencies
github_actions

It would be great if we could easily (and maybe even by default) exclude merge commits from the requirement. ## Quick merge When doing a merge of 2 branches that...

enhancement