Tool to automate versioning and CHANGELOG generation, with semver and conventional commit messages.
10K+
This is a Docker image of standard-version, a tool which automates versioning and CHANGELOG generation, with semantic versioning and conventional commit messages.
Git credentials are required so that standard-version can create a commit and tag. These can be passed
as environment variables. Call standard-version like this:
docker run --rm -it -v $(pwd):/app -e "GIT_AUTHOR_NAME=<your name>" -e "EMAIL=<your email>" standard-version:latest
All arguments are passed down to standard-version executable.
Content type
Image
Digest
Size
46.2 MB
Last updated
over 6 years ago
docker pull detouched/standard-version