-
Notifications
You must be signed in to change notification settings - Fork 14
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
Specify compatibility with node in release notes, with a dedicated nightly job #742
Comments
Tangentially related discussion: IntersectMBO/cardano-node#5795 (comment) |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
I have started this a few weeks ago, but it's more work than I had anticipated. It's stopped right now. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
As agreed on Slack, we want to update our release notes with a compatibility section, that indicates when a node version is known to be compatible with a cardano-cli version. We will find this information by parsing the node's cabal file, and looking the version of
cardano-cli
specified there. Then we'll lookup the corresponding cli release, and state that it is compatible with this node version.We want this to be automatic, and performed by a nightly GHA job. We'll use
gh
and this PATCH endpoint.The text was updated successfully, but these errors were encountered: