From 3e74a6c705eb4f5b0df3e74332e5883e430f310a Mon Sep 17 00:00:00 2001 From: Dmitry221060 Date: Tue, 9 Mar 2021 15:06:43 +0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4bbb15f..b45561c 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,12 @@ - [IServerInterceptor](#iserverinterceptor) - [IClientInterceptor](#iclientinterceptor) - [Related](#related) +- [Release new version](#release-new-version) - [Maintainers](#maintainers) ## About `grpc-timeouts` is a small library that makes it easy to add customizable timeouts to your services. The library implements a circuit breaker pattern, which means that if the request exceeds the deadline, no further requests will be sent. If the deadline for a received request has expired, the request will not be processed and service instantly answers with code 4 (Deadline exceeded). -## Release New version - -For new version use https://github.com/semantic-release/semantic-release description. -We must set commit message fix(pencil): New feature in release - ## Installation `npm i @byndyusoft/grpc-timeouts` @@ -107,5 +103,10 @@ A function that can be used as client interceptor. ## Related [grpc-host-builder](https://www.npmjs.com/package/grpc-host-builder) +## Release new version +For new version use https://github.com/semantic-release/semantic-release description. + +We must set commit message `fix(pencil): New feature in release` + ## Maintainers @Byndyusoft/owners: https://github.com/orgs/Byndyusoft/teams/owners, github.maintain@byndyusoft.com