Skip to content

Commit b59fc27

Browse files
Update update-platform-branch.yaml
1 parent 2eab556 commit b59fc27

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/update-platform-branch.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: "Update Platform Branch"
2+
# This workflow updates the platform.branch property in all pom.xml files to a new tag or branch.
3+
# It is triggered by a manual dispatch or by a call from another workflow - notably from platform changes to protocol/go.
4+
# This property is used to select which versions of the protocol buffer definitions to use.
25

36
on:
47
workflow_call:
@@ -9,9 +12,9 @@ on:
912
workflow_dispatch:
1013
inputs:
1114
tag:
12-
description: "The new tag or branch to update the platform.branch property to ."
15+
description: "The new tag or branch to update the platform.branch property to use for targeting the RPC protocol buffers."
1316
required: true
14-
default: "protocol/go/v0.2.29"
17+
default: "protocol/go/v0.3.0"
1518

1619
jobs:
1720
update-platform-branch:

0 commit comments

Comments
 (0)