mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Release 3.8.1
This commit is contained in:
parent
76eb62577b
commit
d40af1b8f4
3 changed files with 19 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ 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 \
|
||||
githubchangeloggenerator/github-changelog-generator:1.16.4 \
|
||||
github_changelog_generator --future-release $(grep VERSION lib/vmpooler/version.rb |rev |cut -d "'" -f2 |rev) \
|
||||
--token $CHANGELOG_GITHUB_TOKEN
|
||||
--token $CHANGELOG_GITHUB_TOKEN --release-branch main
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue