Skip to content

Commit

Permalink
Merge pull request #250 from puppetlabs/remove-auto-dependabot
Browse files Browse the repository at this point in the history
(maint) Remove dependabot_merge action
  • Loading branch information
yachub authored Jan 19, 2024
2 parents 9efe97d + 007cfda commit 552df86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_release_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ jobs:
uses: puppetlabs/release-engineering-repo-standards/.github/workflows/auto_release_prep.yml@v1
secrets: inherit
with:
project-type: ruby
version-file-path: lib/beaker-pe/version.rb
8 changes: 0 additions & 8 deletions .github/workflows/dependabot_merge.yml

This file was deleted.

4 changes: 2 additions & 2 deletions release-prep
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env bash

# bundle install
docker run -it --rm \
docker run -t --rm \
-v $(pwd):/app \
ruby:2.7-slim-bullseye \
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends build-essential git make && 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 \
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 STRING lib/beaker-pe/version.rb |rev |cut -d "'" -f2 |rev)

0 comments on commit 552df86

Please sign in to comment.