We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f05568 commit 235a31cCopy full SHA for 235a31c
apps/agent-infra/forge.config.ts
@@ -187,7 +187,7 @@ const config: ForgeConfig = {
187
draft: true,
188
force: true,
189
generateReleaseNotes: true,
190
- tagPrefix: 'Agent TARS v',
+ tagPrefix: 'Agent-TARS-v',
191
},
192
193
],
apps/ui-tars/forge.config.ts
@@ -193,7 +193,7 @@ const config: ForgeConfig = {
194
195
196
- tagPrefix: 'UI-TARS v',
+ tagPrefix: 'UI-TARS-v',
197
198
199
0 commit comments