Skip to content

Commit

Permalink
ci: fix release workflow (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Aug 29, 2023
1 parent 3f8f169 commit a3906e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ on:
push:
tags:
- 'v*'
- 'geyser-v*'
- 'kafka-v*'
branches:
- 'main'
- 'master'

env:
CARGO_TERM_COLOR: always
Expand Down
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ 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

- yellowstone-grpc-geyser-1.7.1+solana.1.16.1

### 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

Expand All @@ -47,15 +47,15 @@ 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

- yellowstone-grpc-geyser-1.6.1+solana.1.16.1

### 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

Expand Down

0 comments on commit a3906e0

Please sign in to comment.