Skip to content

RelGen is a command-line tool that helps you automate version bumps and changelog creation for any of your projects by using Conventional Commits and your Git history.

Notifications You must be signed in to change notification settings

bajankristof/relgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RelGen

RelGen is a command-line tool that helps you automate version bumps and changelog creation for any of your projects by using Conventional Commits and your Git history.

{
  "preRelease": "",
  "versionPrefix": false,
  "buildMetadata": "",
  "changeSpec": [{
    "type": "^feat$",
    "bump": "MINOR",
    "category": "Features"
  }, {
    "type": "^fix$",
    "bump": "PATCH",
    "category": "Fixes"
  },{
    "type": "^build|chore|ci|docs|style|refactor|perf|test$",
    "bump": "NONE",
    "category": "Other"
  }]
}

About

RelGen is a command-line tool that helps you automate version bumps and changelog creation for any of your projects by using Conventional Commits and your Git history.

Resources

Stars

Watchers

Forks

Packages

No packages published