Skip to content

standup-raven/what-the-changelog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what-the-changelog

Extracted and modified from https://github.com/desktop/desktop/ changelog generation script.

Automatically generates changelog for a release while enforcing a few god pull request and issue naming practices.

Usage

  1. Create a GitHub personal access token with read access to your repo and add it in GITHUB_ACCESS_TOKEN environment variable.

  2. Run the script -

     npm run <last-tag>
    

Arguments

    npm run <officialOwner> <repositoryName> <projectDir> <order: comma separated resolution labels> <resolutionIconRoot>
  • officialOwner: organization or user name under which the repo exists.
  • reposirotyName: name pf respository, as occuring in GitHub URL.
  • projectDir: path of project directory to generate changelog for.
  • order: order in which resolutions should occur in the changelog.
  • resolutionIconRoot: root URL where resolution icons exist. Icon names should be same as resolution names.

About

Generate changelogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.9%
  • JavaScript 5.1%