Skip to content
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

feat(ci): for each release set link to diffs between the release and the geth corresponding release #97

Open
qdm12 opened this issue Dec 23, 2024 · 2 comments
Labels
Category: CI ⛓️ Anything related to continuous integration Category: New feature 🆕

Comments

@qdm12
Copy link
Collaborator

qdm12 commented Dec 23, 2024

Example link: 0b56af5...ava-labs:libevm:v1.13.14-0.1.0.rc-2

Workflow to modify: https://github.com/ava-labs/libevm/blob/main/.github/workflows/libevm-delta.yml

@qdm12 qdm12 added Category: New feature 🆕 Category: CI ⛓️ Anything related to continuous integration labels Dec 23, 2024
@ARR4N
Copy link
Collaborator

ARR4N commented Dec 23, 2024

Re "workflow to modify", are you thinking about having it automated?

@qdm12
Copy link
Collaborator Author

qdm12 commented Dec 31, 2024

Yes 😉

It would be nice to:

  1. Find automatically the most recent commit common to go-ethereum and libevm (with git/github api/exiting github action)
  2. Add automatically to the release notes the link at the top or bottom https://github.com/ava-labs/libevm/compare/<most-recent-commit-common-with-geth>...vX.Y.Z (might be an existing github action for this too)

Not a priority though, we can do this manually in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: CI ⛓️ Anything related to continuous integration Category: New feature 🆕
Projects
None yet
Development

No branches or pull requests

2 participants