Skip to content

Commit

Permalink
fix release on tags (#8) (#9)
Browse files Browse the repository at this point in the history
* fix release on tags

* update changelog
  • Loading branch information
egaxhaj authored Feb 8, 2023
1 parent 6b46dbc commit cc89734
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
push:
branches:
- main
tags:
- "[0-9]+.[0-9]+.[0-9]+" # Push events to matching #.#.#, i.e. 1.0, 20.15.10
- "[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching #.#.#-rc#, i.e. 1.0-rc1, 20.15.10-rc5

jobs:
lint:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Ref: https://keepachangelog.com/en/1.0.0/

* [#2](https://github.com/provenance-io/provenance-abci-listener/issues/2) Add initial implementation of the gRPC State Listening plugin

### Bug Fixes

* [PR 8](https://github.com/provenance-io/provenance-abci-listener/pull/8) Fix release workflow to trigger on tagged versions

### Full Commit History

* https://github.com/provenance-io/provenance-abci-listener/compare/main...1.0.0-rc1
Expand Down

0 comments on commit cc89734

Please sign in to comment.