gitlab-changelog-generator
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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

Package Sidebar

Install

npm i gitlab-changelog-generator

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • kirakishin