-
Notifications
You must be signed in to change notification settings - Fork 54
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
chore: CHANGELOG.md for v0.34.0 #3159
base: master
Are you sure you want to change the base?
Conversation
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.
LGTM
I just noticed that for 0.34 we have the milestone to remove the I'll add a PR for it right now. Is it possible to add it to the release and include a note here in the changelog announcing that we removed it? 😶 update: this is the PR: #3160 |
I will cherry pick it. |
You can find the image built from this PR at
Built from 67cb991 |
* Bumps for v0.34.0-rc.1 - partial bumping - libp2p * Avoid importing quic and ngtcp2 dependencies through tests * libp2p 1.7.1, fixes RendezVous construction
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.
It looks great thanks!
I just added some minor comments.
We need to update the PR's title and description to properly reflect the underlying changes.
Not approving yet as per one question I ask re pre-release-yml
.
CHANGELOG.md
Outdated
|
||
|
||
|
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.
a super nitpick one, may remove the extra lines :)?
.github/workflows/pre-release.yml
Outdated
@@ -159,5 +159,5 @@ jobs: | |||
TARGET=$([[ "${{ needs.tag-name.outputs.tag }}" == "nightly" ]] && echo "--target ${{steps.vars.outputs.ref}}" || echo "") | |||
|
|||
gh release create ${{ needs.tag-name.outputs.tag }} --prerelease ${TARGET} \ | |||
--title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md \ | |||
wakunode2/* wakutools/* |
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.
Why this isn't needed now :)?
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.
It looks great thanks!
I just added some minor comments.
We need to update the PR's title and description to properly reflect the underlying changes.
Not approving yet as per one question I ask re pre-release-yml
.
Co-authored-by: Ivan FB <[email protected]>
This reverts commit 85e4b22.
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.
Thank you!
Description
Changelog for v0.34.0
Please read through and add any highlight for this release as needed.
Changes