Skip to content

Commit

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

* fix release on tags

* update changelog

* Fix release versioning in workflow (#12)

* test versioning

* fix version ref

* github ref

* set version

* fix yml indent

* properly set version on release

* update changelog

* Update dependency org.slf4j:slf4j-api to v2.0.6 (#11)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency io.github.microutils:kotlin-logging-jvm to v3.0.5 (#10)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update junit5 monorepo to v5.9.2 (#13)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.assertj:assertj-core to v3.24.2 (#15)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update grpcVersion to v1.52.1 (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update plugin org.jlleitschuh.gradle.ktlint to v11 (#19)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency gradle to v7.6 (#14)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* 1.0.0-rc1 back to main (#21)

* release changelog (#7)

* fix release on tags (#8) (#9)

* fix release on tags

* update changelog

* Backport fix release versioning in workflow (#20)

* fix release on tags (#8)

* fix release on tags

* update changelog

* Fix release versioning in workflow (#12)

* test versioning

* fix version ref

* github ref

* set version

* fix yml indent

* properly set version on release

* update changelog

* back to main

* Updates CI workflows and bumps action versions (#22)

* update lint version, remove dup asset checksum

* split workflow jobs

* split lint,test,release workflows

* fix release workflow bug (#25)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
egaxhaj and renovate[bot] authored Feb 9, 2023
1 parent 5f4fdda commit d327965
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
arguments: assembleDist
- name: Upload artifacts
- uses: ncipollo/release-action@v1
uses: ncipollo/release-action@v1
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@ Ref: https://keepachangelog.com/en/1.0.0/

---

## [1.0.0-rc1](https://github.com/provenance-io/provenance-abci-listener/releases/tag/v1.0.0-rc1) - 2023-02-08
## [1.0.0-rc2](https://github.com/provenance-io/provenance-abci-listener/releases/tag/v1.0.0-rc2) - 2023-02-09

### Improvements

* (ci) [PR 22](https://github.com/provenance-io/provenance-abci-listener/pull/) Updates CI workflows and bumps action versions

### Full Commit History

* https://github.com/provenance-io/provenance-abci-listener/compare/1.0.0-rc1...1.0.0-rc2

---

## [1.0.0-rc1](https://github.com/provenance-io/provenance-abci-listener/releases/tag/v1.0.0-rc1) - 2023-02-08
Expand Down

0 comments on commit d327965

Please sign in to comment.