Release 3.8.1

This commit is contained in:
Mahima Singh 2026-01-14 22:44:09 +05:30
parent 76eb62577b
commit d40af1b8f4
3 changed files with 19 additions and 3 deletions

View file

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