Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/symfony-swoole/release-version-script
- Owner: symfony-swoole
- License: mit
- Created: 2023-10-07T19:00:50.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-02-24T18:36:10.000Z (10 months ago)
- Last Synced: 2024-02-24T19:31:56.564Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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