mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-25 19:18:42 -05:00
This will reduce the number of files that need to be managed and dependencies that need updated at the same time.
5 lines
No EOL
258 B
Bash
Executable file
5 lines
No EOL
258 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
docker run -it --rm -e CHANGELOG_GITHUB_TOKEN -v $(pwd):/usr/local/src/your-app \
|
|
githubchangeloggenerator/github-changelog-generator:1.16.2 \
|
|
github_changelog_generator --future-release $(yq .version helm-charts/vmpooler/Chart.yaml) |