Sign inSign up

detouched/standard-version

By detouched

Updated over 6 years ago

Tool to automate versioning and CHANGELOG generation, with semver and conventional commit messages.

Image
1

10K+

detouched/standard-version repository overview

standard-version

This is a Docker image of standard-version, a tool which automates versioning and CHANGELOG generation, with semantic versioning and conventional commit messages.

Usage

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.

Tag summary

Content type

Image

Digest

Size

46.2 MB

Last updated

over 6 years ago

docker pull detouched/standard-version