Skip to content

kirakishin/gitlab-changelog-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-changelog-generator

Generate changelog based on Gitlab milestones and merge requests

installation

$ npm install --saveDev gitlab-changelog-generator

then execute it with this params :

  • url : gitlab url
  • token : gitlab private access token
  • destFile : changelog generated file path (relative path)
  • projectId : the number or the name of your project id

example :

$ node gitlab-changelog-generator --url  https://yourgitlab --token XXXX --projectId group/name --destFile changelog.md

About

Generate changelog based on Gitlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published