File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,11 @@ From within the Azure Functions language worker repo:
3838
3939## Releasing a Language Worker Protobuf version
4040
41- 1. Draft a release in the GitHub UI.
41+ 1. Draft a release in the GitHub UI
4242 - Be sure to inculde details of the release
43- 2. Create a release version, following semantic versioning guidelines ([ semver.org] ( https://semver.org/ ) ).
44- 3. Tag the version with the pattern: ` v<M>.<m>.<p>-protofile ` (example: ` v1.1.0-protofile ` ).
43+ 2. Create a release version, following semantic versioning guidelines ([ semver.org] ( https://semver.org/ ) )
44+ 3. Tag the version with the pattern: ` v<M>.<m>.<p>-protofile ` (example: ` v1.1.0-protofile ` )
45+ 3. Merge ` dev ` to ` master `
4546
4647## Consuming FunctionRPC.proto
4748* Note: Update versionNumber before running following commands*
You can’t perform that action at this time.
0 commit comments