https://github.com/k911/release-version-script
Release version script with the automatic changelog and release notes generation using commitizen / conventonal-changelog
https://github.com/k911/release-version-script
commitizen conventional-changelog hacktoberfest
Last synced: over 1 year ago
JSON representation
Release version script with the automatic changelog and release notes generation using commitizen / conventonal-changelog
- Host: GitHub
- URL: https://github.com/k911/release-version-script
- Owner: k911
- License: mit
- Created: 2020-07-17T19:35:58.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-24T16:26:08.000Z (over 4 years ago)
- Last Synced: 2025-01-10T09:42:04.600Z (over 1 year ago)
- Topics: commitizen, conventional-changelog, hacktoberfest
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- 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/k911/release-version-script
## Docker
```sh
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