Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/symfony-swoole/release-version-script

Release version script with the automatic changelog and release notes generation using commitizen / conventonal-changelog
https://github.com/symfony-swoole/release-version-script

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Release Version Script

## Published releases are available on DockerHub

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

## Docker

```sh
docker-compose build --pull

# either export vars to shell or use .env file
export GH_COMMITER_SIGNING_KEY=xxxx
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