-
Notifications
You must be signed in to change notification settings - Fork 636
Release v1.0.0-alpha.1 #1710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.0.0-alpha.1 #1710
Conversation
caaa3b7
to
7df5a97
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestions. LGTM otherwise.
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
…lines Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
774fb86
to
8f7f516
Compare
Remove unreleased entries because they will land in the `v1.0.0-alpha.1` release in #1710 and will then be ported to `main` in a subsequent PR. Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signe 629A d-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* ci: Add nightly E2E workflow for v1.x branch Signed-off-by: Thane Thomson <connect@thanethomson.com> * ci: Enable weekly Dependabot updates for v1.x branch Signed-off-by: Thane Thomson <connect@thanethomson.com> * changelog: Remove unreleased entries Remove unreleased entries because they will land in the `v1.0.0-alpha.1` release in #1710 and will then be ported to `main` in a subsequent PR. Signed-off-by: Thane Thomson <connect@thanethomson.com> --------- Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
…g v0.7.0) Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So many good things in here, go team! 🥇
Changes in preparation for our second alpha release of `v1.0.0`: - [CHANGELOG rendered](https://github.com/cometbft/cometbft/blob/release/v1.0.0-alpha.2/CHANGELOG.md) - [Manual E2E run](https://github.com/cometbft/cometbft/actions/runs/8283569894) IMPORTANT: The first commit of this PR is manually undoing the `unclog release` that was performed for `v1.0.0-alpha.1` (#1710). In our release process, pre-releases do not have their own section in the changelog, so we must _not_ run `unclog release` when cutting pre-releases (see `RELEASES.md`). Therefore, it is advised to exclude the first commit from the diff view when reviewing this PR. --- #### 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 - [ ] Title follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec --------- Co-authored-by: hvanz <hernan.vanzetto@gmail.com>
Key updated documentation rendered:
Requests to reviewers:
release/v1.0.0-alpha.1
).✅ Manual run of the E2E nightlies: https://github.com/cometbft/cometbft/actions/runs/7064400936
PR checklist
.changelog
(we use unclog to manage our changelog)docs/
orspec/
) and code comments