a dockerized version of https://github.com/github-changelog-generator/github-changelog-generator
6.6K
A dockerized version of https://github.com/github-changelog-generator/github-changelog-generator
Required & optional envvars:
GITHUB_USER - the user/org/owner of the project in github.
CHANGELOG_GITHUB_TOKEN - optional - the token used to auth against github, if not set will use an unauthenticated user which is limited to 50 API requests.
GITHUB_PROJECT - the project name in github.
OUTPUT_PATH - optional - the path inside the container that the changlog file will be created to, defaults to /output/CHANGELOG.md if not set.
Example run command:
docker run -e GITHUB_USER=myusername -e GITHUB_PROJECT=myproject -v `pwd`:/output naorlivne/github-changelog-generator-dockerized
Content type
Image
Digest
sha256:81b35f1c1…
Size
39.7 MB
Last updated
about 1 year ago
docker pull naorlivne/github-changelog-generator-dockerized