Skip to content

Commit

Permalink
Add release prep script
Browse files Browse the repository at this point in the history
This commit adds the release script prep necessary for calling the
auto_release_prep workflow.

This script is taken from https://github.com/puppetlabs/release-engineering-repo-standards
  • Loading branch information
mhashizume committed Feb 14, 2024
1 parent 8af680e commit 3f3a24c
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/tefoji/version.rb |rev |cut -d "'" -f 2 |rev)

0 comments on commit 3f3a24c

Please sign in to comment.