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: src/WebJobs.Script.Grpc/azure-functions-language-worker-protobuf/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Azure Functions Languge Worker Protobuf
1
+
# Azure Functions Language Worker Protobuf
2
2
3
3
This repository contains the protobuf definition file which defines the gRPC service which is used between the [Azure Functions Host](https://github.com/Azure/azure-functions-host) and the Azure Functions language workers. This repo is shared across many repos in many languages (for each worker) by using git commands.
4
4
@@ -39,7 +39,7 @@ From within the Azure Functions language worker repo:
39
39
## Releasing a Language Worker Protobuf version
40
40
41
41
1. Draft a release in the GitHub UI
42
-
- Be sure to inculde details of the release
42
+
- Be sure to include details of the release
43
43
2. Create a release version, following semantic versioning guidelines ([semver.org](https://semver.org/))
44
44
3. Tag the version with the pattern: `v<M>.<m>.<p>-protofile` (example: `v1.1.0-protofile`)
0 commit comments