Skip to content

Provides Docker to automatically generate CHANGELOG of git repo

Notifications You must be signed in to change notification settings

biig-io/auto-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Automatically generates CHANGELOG of your git repository.

It is a container to execute auto-changelog npm package on Alpine independently of your technical stack.

Versions match auto-changelog npm package version.

Check auto-changelog repository for more information about available options.

Examples

Launch latest

docker run -it --rm -v "$(pwd)":/usr/local/src/your-app biig/auto-changelog -t keepachangelog -u -o CHANGELOG.md --tag-pattern .+ --include-branch master --release-summary

Launch specific version (e.g. 1.11.0)

docker run -it --rm -v "$(pwd)":/usr/local/src/your-app biig/auto-changelog:1.11.0 -t keepachangelog -u -o CHANGELOG2.md --tag-pattern .+ --include-branch master --release-summary

About

Provides Docker to automatically generate CHANGELOG of git repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published