Skip to content

lalilul3lo/conventional-changelog-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conventional Changelog action

This action will bump version, tag commit and generate a changelog with conventional commits.

Reason to fork

Centralize the type to header mapping like so:

    const config = cc({
      "types": [
          {"type": "feat", "section": "🚀 Features"},
          {"type": "fix", "section": "🐛 Bug Fixes"},
          {"type": "perf", "section": "🏎️ Performance"},
      ]
    })

documentation

About

Github Action that generates a changelog with the Conventional Changelog CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%