Skip to content

Commit

Permalink
Merge pull request #243 from mhashizume/release-prep-script
Browse files Browse the repository at this point in the history
Add release prep script
  • Loading branch information
joshcooper authored Feb 14, 2024
2 parents 8af680e + 788151e commit b78c7d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-prep.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

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/beaker-puppet/version.rb |rev |cut -d "'" -f 2 |rev)

0 comments on commit b78c7d1

Please sign in to comment.