Skip to content

Commit 6e2e771

Browse files
Attempt running GemfileLock updater on all judoscale-*/Gemfile.lock files
This is meant to update the Gemfile.lock files to the new version that's being created, otherwise they'll become invalid when we merge the release PR, causing test failures and requiring us to manually run bundle install, as it happened with v1.11.0. This is a combination of "I hope it works", based on some searching and putting pieces together: googleapis/release-please#1768 googleapis/release-please#1790 googleapis/release-please#1621
1 parent 066cb2d commit 6e2e771

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
package-name: release-please-action
2121
bump-minor-pre-major: true
2222
version-file: "judoscale-ruby/lib/judoscale/version.rb"
23+
extra-files:
24+
- path: "judoscale-*/Gemfile.lock"
25+
glob: true
26+
type: "GemfileLock"
2327

2428
publish:
2529
name: Publish to Rubygems

0 commit comments

Comments
 (0)