Skip to content

Commit

Permalink
Merge pull request #8779 from dependabot/deivid-rodriguez/add-missing…
Browse files Browse the repository at this point in the history
…-file-to-version-bump-pr

Add missing file to version bump PR
  • Loading branch information
bdragon authored Jan 12, 2024
2 parents 1cbc5be + 5c5a3d8 commit bbf7d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gems-bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# The branch name is purposefully different from the release tag to
# avoid ambiguity when selecting git refs.
git checkout -b "bump-to-v${{ env.NEW_VERSION }}"
git add common/lib/dependabot.rb updater/Gemfile.lock
git add common/lib/dependabot.rb updater/Gemfile.lock Gemfile.lock
echo "Creating commit / PR linking to the releases notes URL."
echo "This URL will 404 until the release is actually tagged, which you should do as soon as the PR is merged."
git commit -m "v${{ env.NEW_VERSION }}" -m "Release notes: https://github.com/${{ github.repository }}/releases/tag/v${{ env.NEW_VERSION }}"
Expand Down

0 comments on commit bbf7d96

Please sign in to comment.