(maint) Release version 3.7.0

This commit is contained in:
isaac-hammes 2025-05-20 13:16:23 -07:00
parent 05937d23e7
commit e305d38a9f
4 changed files with 59 additions and 96 deletions

View file

@ -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