From a3906e0ca241ddf39cf5597057288d94004ae08f Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Mon, 28 Aug 2023 22:52:07 -0400 Subject: [PATCH] ci: fix release workflow (#179) --- .github/workflows/release.yml | 4 +++- CHANGELOG.md | 14 +++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b8bcc7d..75764b11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,10 @@ on: push: tags: - 'v*' + - 'geyser-v*' + - 'kafka-v*' branches: - - 'main' + - 'master' env: CARGO_TERM_COLOR: always diff --git a/CHANGELOG.md b/CHANGELOG.md index a8af473b..1e69be2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ The minor version will be incremented upon a breaking change and the patch versi ### Features -kafka: init ([#170](https://github.com/rpcpool/yellowstone-grpc/pull/170)). +- kafka: init ([#170](https://github.com/rpcpool/yellowstone-grpc/pull/170)). ## 2023-08-21 @@ -30,13 +30,13 @@ kafka: init ([#170](https://github.com/rpcpool/yellowstone-grpc/pull/170)). ### Features -geyser: add package name to version info ([#173](https://github.com/rpcpool/yellowstone-grpc/pull/173)). +- geyser: add package name to version info ([#173](https://github.com/rpcpool/yellowstone-grpc/pull/173)). ### Fixes -geyser: fix overflow for small slot number ([#171](https://github.com/rpcpool/yellowstone-grpc/pull/171)). -geyser: use Notify instead of AtomicBool in send loop ([#176](https://github.com/rpcpool/yellowstone-grpc/pull/176)). -geyser: update block reconstruction code ([#177](https://github.com/rpcpool/yellowstone-grpc/pull/177)). +- geyser: fix overflow for small slot number ([#171](https://github.com/rpcpool/yellowstone-grpc/pull/171)). +- geyser: use Notify instead of AtomicBool in send loop ([#176](https://github.com/rpcpool/yellowstone-grpc/pull/176)). +- geyser: update block reconstruction code ([#177](https://github.com/rpcpool/yellowstone-grpc/pull/177)). ## 2023-08-10 @@ -47,7 +47,7 @@ geyser: update block reconstruction code ([#177](https://github.com/rpcpool/yell ### Features -geyser: include entries to block message ([#169](https://github.com/rpcpool/yellowstone-grpc/pull/169)). +- geyser: include entries to block message ([#169](https://github.com/rpcpool/yellowstone-grpc/pull/169)). ## 2023-07-26 @@ -55,7 +55,7 @@ geyser: include entries to block message ([#169](https://github.com/rpcpool/yell ### Fixes -geyser: fix config example ([#168](https://github.com/rpcpool/yellowstone-grpc/pull/168)). +- geyser: fix config example ([#168](https://github.com/rpcpool/yellowstone-grpc/pull/168)). ## 2023-07-22