mirror of
https://github.com/puppetlabs/vmpooler-provider-ec2.git
synced 2026-01-25 18:18:42 -05:00
5 lines
291 B
Bash
Executable file
5 lines
291 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 $(grep VERSION lib/vmpooler-provider-ec2/version.rb |rev |cut -d "'" -f2 |rev)
|