Skip to content

Commit 2c42713

Browse files
committed
chore: re-update package.json to bump roberta self-test image versions
ugh, we did this before, but incorrectly. we had three fields named `out`, and prettier squashed them
1 parent 11f6d34 commit 2c42713

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@
124124
"infile": "CHANGELOG.md"
125125
},
126126
"@release-it/bumper": {
127-
"out": "plugins/plugin-client-default/package.json"
127+
"out": [
128+
"deploy/self-test/roberta/1gpu/once.yaml",
129+
"deploy/self-test/roberta/1gpu/periodic.yaml",
130+
"plugins/plugin-client-default/package.json"
131+
]
128132
}
129133
}
130134
},

0 commit comments

Comments
 (0)