gitlease

Command line tool for generating release notes with a single command.

Usage no npm install needed!

<script type="module">
  import gitlease from 'https://cdn.skypack.dev/gitlease';
</script>

README


Gitlease

Command line tool for generating release notes with a single command.

version license code of conduct

Note: This tool is currently intended for the purposes of our organization and it's still under the development.

Usage

  1. Install the package globally:

    • with NPM:

      npm install -g gitlease
      
    • with Yarn:

      yarn global add gitlease
      
  2. Run this command inside your project's directory:

    gitlease
    

FAQ

What's a changelog?

See keepachangelog.com

What does this do?

This tool parses your git commit history, generates changelog based on tagged versions and publishes a release on GitHub.

License

This project is licensed under the MIT license.