Skip to content

Commit 8658260

Browse files
authored
Update README.md
1 parent dbf3748 commit 8658260

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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*

0 commit comments

Comments
 (0)