You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ jobs:
101
101
mkdir diffs
102
102
for version in $(curl -s https://raw.githubusercontent.com/backstage/upgrade-helper-diff/master/releases.json | jq -r 'to_entries | .[] | .value.createApp // .key'); do
103
103
echo "Creating diffs between version $version and $NEW_VERSION"
- name: Create new branch with diff files for release ${NEW_VERSION}
@@ -118,6 +120,8 @@ jobs:
118
120
run: |
119
121
for version in $(curl -s https://raw.githubusercontent.com/backstage/upgrade-helper-diff/master/releases-yarn-plugin.json | jq -r 'to_entries |.[] | .key'); do
120
122
echo "Creating yarn-plugin diffs between version $version and $RELEASE_VERSION"
0 commit comments