Refactor release-prep and action due to issue running via docker

This commit is contained in:
Jake Spain 2023-08-16 09:34:12 -04:00
parent d6e6d670e6
commit c3f98281c9
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
3 changed files with 64 additions and 42 deletions

View file

@ -9,7 +9,5 @@ docker run -it --rm \
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends git make netbase && cd /app && gem install bundler && bundle install --jobs 3; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'
# Update Changelog
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/version.rb |rev |cut -d "'" -f2 |rev)
gem install github_changelog_generator -v '~> 1.15.2'
github_changelog_generator --future-release $(grep VERSION lib/vmpooler/version.rb |rev |cut -d "'" -f2 |rev)