This commit is contained in:
Maddie Gordon 2022-05-26 16:57:01 -07:00 коммит произвёл GitHub
Родитель 9f7d9924d9
Коммит 5a835ab59e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,7 @@ From within the Azure Functions language worker repo:
- Be sure to include details of the release
2. Create a release version, following semantic versioning guidelines ([semver.org](https://semver.org/))
3. Tag the version with the pattern: `v<M>.<m>.<p>-protofile` (example: `v1.1.0-protofile`)
3. Merge `dev` to `master`
3. Merge `dev` to `main`
## Consuming FunctionRPC.proto
*Note: Update versionNumber before running following commands*