https://github.com/devatherock/changelog-updater
CI plugin to add a changelog entry, if it is missing, from pull request title
https://github.com/devatherock/changelog-updater
Last synced: about 2 months ago
JSON representation
CI plugin to add a changelog entry, if it is missing, from pull request title
- Host: GitHub
- URL: https://github.com/devatherock/changelog-updater
- Owner: devatherock
- License: mit
- Created: 2021-09-18T16:21:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T20:03:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T17:11:41.141Z (4 months ago)
- Language: Java
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/devatherock/changelog-updater)
[](https://hub.docker.com/r/devatherock/changelog-updater/)
[](https://coveralls.io/github/devatherock/changelog-updater?branch=master)
[](https://sonarcloud.io/component_measures?id=changelog-updater&metric=alert_status&view=list)
[](https://hub.docker.com/r/devatherock/changelog-updater/)
[](https://hub.docker.com/r/devatherock/changelog-updater/)
[](https://opensource.org/licenses/MIT)
# changelog-updater
CI plugin to add a changelog entry, if it is missing, from pull request title## Usage
### Docker```shell script
docker run --rm \
-e CHANGELOG_UPDATER_GIT_TOKEN=sometoken \
-e PARAMETER_DEBUG=true \
-e CI=true \
-e VELA_BUILD_BRANCH=somebranch \
-e VELA_REPO_NAME=repo \
-e VELA_REPO_ORG=org \
-e VELA_BUILD_AUTHOR=devatherock \
-e [email protected] \
-e CIRCLE_PULL_REQUEST=https://github.com/org/repo/pull/1 \
-v /path/to/.ssh:/root/.ssh \
-v /path/to/changelog:/work \
-w=/work \
devatherock/changelog-updater:latest
```