Skip to content

Add check for version/version.go TMCoreSemVer#3704

Merged
ebuchman merged 1 commit intodevelopfrom
issues/3698-version-bump
Jun 3, 2019
Merged

Add check for version/version.go TMCoreSemVer#3704
ebuchman merged 1 commit intodevelopfrom
issues/3698-version-bump

Conversation

@thanethomson
Copy link
Contributor

Attempts to prevent #3698 from happening again.

The aim here is to cause the prepare_build job to fail if we're attempting to do a release and the TMCoreSemVer variable in the code doesn't line up with our anticipated next release number.

  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG_PENDING.md

@codecov-io
Copy link

Codecov Report

Merging #3704 into develop will decrease coverage by 0.14%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #3704      +/-   ##
===========================================
- Coverage    63.51%   63.36%   -0.15%     
===========================================
  Files          218      218              
  Lines        18239    18239              
===========================================
- Hits         11585    11558      -27     
- Misses        5693     5708      +15     
- Partials       961      973      +12
Impacted Files Coverage Δ
privval/signer_validator_endpoint.go 75.55% <0%> (-12.23%) ⬇️
privval/socket_listeners.go 86.2% <0%> (-10.35%) ⬇️
libs/events/events.go 93.2% <0%> (-4.86%) ⬇️
privval/signer_service_endpoint.go 85.45% <0%> (-3.64%) ⬇️
privval/signer_remote.go 80% <0%> (-2%) ⬇️
p2p/pex/pex_reactor.go 81.47% <0%> (-1.77%) ⬇️
consensus/replay.go 71.02% <0%> (-1.23%) ⬇️
consensus/state.go 79.97% <0%> (+0.23%) ⬆️
consensus/reactor.go 72.65% <0%> (+0.46%) ⬆️
blockchain/reactor.go 71.49% <0%> (+0.93%) ⬆️

Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍶

(did not verify this)

Copy link
Contributor

@liamsi liamsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ebuchman ebuchman merged commit 21bfd7f into develop Jun 3, 2019
@ebuchman ebuchman deleted the issues/3698-version-bump branch June 3, 2019 12:41
cboh4 pushed a commit to scrtlabs/tendermint that referenced this pull request Apr 7, 2025
…dermint#3704)

Given the discussion in tendermint#3528, we are reverting the changes made by
tendermint#3543 in `v0.37.x` (backported with tendermint#3550).
Additionally, we are removing the changes made in tendermint#3543 from the
CHANGELOG.

---

#### PR checklist

~- [ ] Tests written/updated~
~- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)~
~- [] Updated relevant documentation (`docs/` or `spec/`) and code
comments~
- [x] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants