GitHub CLI Extension for Conventional Commits

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • release-please

    generate release PRs based on the conventionalcommits.org spec

    Conventional Commits is a guideline to improve the readability of commit messages. For example, if a commit fixes a bug in the code, a normal commit message looks like this:

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • semver

    Semantic Versioning Specification

    Because conventional commits add a consistent prefix to your commit messages, automated tools can parse this prefix and use it for other nice things. One of these things is making your project follow the Semantic Versioning specification by automatically creating semantic releases. The screenshot below shows how pretty your generated release documentation becomes by using conventional commmits:

  • semantic-release

    :package::rocket: Fully automated version management and package publishing

    Because conventional commits add a consistent prefix to your commit messages, automated tools can parse this prefix and use it for other nice things. One of these things is making your project follow the Semantic Versioning specification by automatically creating semantic releases. The screenshot below shows how pretty your generated release documentation becomes by using conventional commmits:

  • gitmoji

    An emoji guide for your commit messages. 😜

    This GH CLI extension implements the Angular convention for commit types, combined with gitmojis. It does not support scopes, or message bodies. For feedback, suggestions and bug reports, please open an issue.

  • cli

    GitHub’s official command line tool

    If you have the GitHub CLI up and running, installing the extension is as simple as:

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Creating and Paying a Freight Invoice with the Rapyd API and FX

    3 projects | dev.to | 10 Dec 2024
  • Doing More Open Source Stuff: Making Up For Lost Time

    2 projects | dev.to | 9 Dec 2024
  • Integration Digest for November 2024

    1 project | dev.to | 2 Dec 2024
  • PR Process Is Killing Morale and Productivity

    2 projects | news.ycombinator.com | 29 Nov 2024
  • Simplifica la publicación en npm con este flujo de trabajo

    2 projects | dev.to | 11 Oct 2024

Did you konow that TypeScript is
the 1st most popular programming language
based on number of metions?