Skip to content

Release version script with the automatic changelog and release notes generation using commitizen / conventonal-changelog

License

Notifications You must be signed in to change notification settings

k911/release-version-script

Repository files navigation

Release Version Script

Published releases are available on DockerHub

https://hub.docker.com/r/k911/release-version-script

Docker

docker-compose build --pull

export GH_TOKEN="xxxxx"
export DRY_RUN="0"
export DEBUG="1"
export GH_RELEASE_DRAFT="false"

# Run releaser to create PR's
docker-compose run --rm releaser

# open GitHub, approve and fast-forward merge, pull code locally
# then, run releaser to release version
docker-compose run --rm releaser

Some edit

About

Release version script with the automatic changelog and release notes generation using commitizen / conventonal-changelog

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published