build(release): implement full release workflow in the release script#332
Merged
build(release): implement full release workflow in the release script#332
Conversation
aa5fca9 to
aef3491
Compare
lklimek
added a commit
that referenced
this pull request
Apr 13, 2022
…#332) * chore(release): update changelog generation config * build(release): improve version release script * feat(release): release script now creates GitHub release
5 tasks
shotonoff
added a commit
that referenced
this pull request
Apr 22, 2022
* Update golangci-lint-action and golang-ci versions. Also specify Go toolchain version in actions (now required). (cherry picked from commit 14461339f43029e1cfedf799fa8a60ffcf1f5b69) * fix(consensus): network stuck due to outdated proposal block (#327) * fix(consensus): network stuck due to outdated proposal block * refactor(consensus): cleanup TestStateProposalTime * fix(xchacha20poly1305_test): (*testing.common).Errorf does not support error-wrapping directive %w * fix(consensus): fix race condition * chore(consensus): apply peer review feedback * fix: don't process WAL logs for old rounds (#331) * feat: add the implementation of WAL iterator with a feature skipping messages till the final round * feat: change order and name of walIter fields * feat: stop iterating if reader returns error * feat: remove checking on allowed message types * feat: improve was_iter_test.go * refactor: modify by go-lint feedback * refactor: remove useless expected length * chore: disable lint for a non-critical line in a test * chore(release): update changelog and bump version to 0.7.1-dev.1 (#330) * chore(release): update changelog generation config * chore(release): update changelog and version to 0.7.1-dev.1 * build(release): implement full release workflow in the release script (#332) (#345) * chore(release): update changelog generation config * build(release): improve version release script * feat(release): release script now creates GitHub release * Update golangci-lint-action and golang-ci versions. Also specify Go toolchain version in actions (now required). (cherry picked from commit 14461339f43029e1cfedf799fa8a60ffcf1f5b69) * fix(consensus): network stuck due to outdated proposal block (#327) * fix(consensus): network stuck due to outdated proposal block * refactor(consensus): cleanup TestStateProposalTime * fix(xchacha20poly1305_test): (*testing.common).Errorf does not support error-wrapping directive %w * fix(consensus): fix race condition * chore(consensus): apply peer review feedback * fix: don't process WAL logs for old rounds (#331) * feat: add the implementation of WAL iterator with a feature skipping messages till the final round * feat: change order and name of walIter fields * feat: stop iterating if reader returns error * feat: remove checking on allowed message types * feat: improve was_iter_test.go * refactor: modify by go-lint feedback * refactor: remove useless expected length * chore: disable lint for a non-critical line in a test * chore(release): update changelog and bump version to 0.7.1-dev.1 (#330) * chore(release): update changelog generation config * chore(release): update changelog and version to 0.7.1-dev.1 * build(release): implement full release workflow in the release script (#332) (#345) * chore(release): update changelog generation config * build(release): improve version release script * feat(release): release script now creates GitHub release * chore(release): update changelog and version to 0.7.1 * chore: if the tenderdash source code is not tracked by git then cloning "develop_0.1" branch as fallback scenario to build a project (#355) * fix: remove duplicate method BlockID Co-authored-by: M. J. Fromberger <fromberger@interchain.io> Co-authored-by: lklimek <842586+lklimek@users.noreply.github.com>
shotonoff
pushed a commit
that referenced
this pull request
May 10, 2022
lklimek
added a commit
that referenced
this pull request
Dec 6, 2022
* Update golangci-lint-action and golang-ci versions. Also specify Go toolchain version in actions (now required). (cherry picked from commit 14461339f43029e1cfedf799fa8a60ffcf1f5b69) * fix(consensus): network stuck due to outdated proposal block (#327) * fix(consensus): network stuck due to outdated proposal block * refactor(consensus): cleanup TestStateProposalTime * fix(xchacha20poly1305_test): (*testing.common).Errorf does not support error-wrapping directive %w * fix(consensus): fix race condition * chore(consensus): apply peer review feedback * fix: don't process WAL logs for old rounds (#331) * feat: add the implementation of WAL iterator with a feature skipping messages till the final round * feat: change order and name of walIter fields * feat: stop iterating if reader returns error * feat: remove checking on allowed message types * feat: improve was_iter_test.go * refactor: modify by go-lint feedback * refactor: remove useless expected length * chore: disable lint for a non-critical line in a test * chore(release): update changelog and bump version to 0.7.1-dev.1 (#330) * chore(release): update changelog generation config * chore(release): update changelog and version to 0.7.1-dev.1 * build(release): implement full release workflow in the release script (#332) (#345) * chore(release): update changelog generation config * build(release): improve version release script * feat(release): release script now creates GitHub release * Update golangci-lint-action and golang-ci versions. Also specify Go toolchain version in actions (now required). (cherry picked from commit 14461339f43029e1cfedf799fa8a60ffcf1f5b69) * fix(consensus): network stuck due to outdated proposal block (#327) * fix(consensus): network stuck due to outdated proposal block * refactor(consensus): cleanup TestStateProposalTime * fix(xchacha20poly1305_test): (*testing.common).Errorf does not support error-wrapping directive %w * fix(consensus): fix race condition * chore(consensus): apply peer review feedback * fix: don't process WAL logs for old rounds (#331) * feat: add the implementation of WAL iterator with a feature skipping messages till the final round * feat: change order and name of walIter fields * feat: stop iterating if reader returns error * feat: remove checking on allowed message types * feat: improve was_iter_test.go * refactor: modify by go-lint feedback * refactor: remove useless expected length * chore: disable lint for a non-critical line in a test * chore(release): update changelog and bump version to 0.7.1-dev.1 (#330) * chore(release): update changelog generation config * chore(release): update changelog and version to 0.7.1-dev.1 * build(release): implement full release workflow in the release script (#332) (#345) * chore(release): update changelog generation config * build(release): improve version release script * feat(release): release script now creates GitHub release * chore(release): update changelog and version to 0.7.1 * chore: if the tenderdash source code is not tracked by git then cloning "develop_0.1" branch as fallback scenario to build a project (#355) * feat(scripts): abci protocol parser * feat(scripts): abci protocol parser - packet capture Added "abcidump capture" function that captures and decodes ABCI communication over TCP connection. * feat(abcidump): parse CBOR messages * doc(abcidump): abcidump documentation * chore(abcidump): Cleanup during self-review * fix(test): fix dependencies in e2e tests * refactor(abcidump): refactor cbor and apply review feedback * refactor(abcidump): move abcidump from scripts/ to cmd/ * test(abcidump): add cbor test * test(abcidump): add parse cmd test * test(abcidump): test parser NewMessageType * test(abcidump): test parser Co-authored-by: M. J. Fromberger <fromberger@interchain.io> Co-authored-by: Dmitrii Golubev <shotonoff@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue being fixed or feature implemented
release script did not generate changelog correctly, and didn't create a release.
What was done?
How Has This Been Tested?
On tenderdash repo, drafted prerelease 0.8.0-dev.2:
Breaking Changes
none
Checklist:
For repository code-owners and collaborators only