mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(maint) Release version 3.7.0
This commit is contained in:
parent
05937d23e7
commit
e305d38a9f
4 changed files with 59 additions and 96 deletions
|
|
@ -11,5 +11,6 @@ docker run -t --rm \
|
|||
# Update Changelog
|
||||
docker run -t --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/version.rb |rev |cut -d "'" -f2 |rev)
|
||||
github_changelog_generator --future-release $(grep VERSION lib/vmpooler/version.rb |rev |cut -d "'" -f2 |rev) \
|
||||
--token $CHANGELOG_GITHUB_TOKEN
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue