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

chore: Upstream release #1

Open
samuelburnham opened this issue Jun 17, 2024 · 0 comments
Open

chore: Upstream release #1

samuelburnham opened this issue Jun 17, 2024 · 0 comments

Comments

@samuelburnham
Copy link
Owner

A new Aptos PFN release: aptos-node-v1.13.3 is available at https://github.com/aptos-labs/aptos-core/releases/tag/aptos-node-v1.13.3.

A new branch associated with these changes was pushed locally at aptos-node-v1.13.3.

Steps to release an upgraded patched version:

  • Checkout a copy of aptos-node-v1.13.3 as release/aptos-node-v1.13.3-patched to prepare for release
  • Apply the patched changes to this branch with e.g. git rebase --onto or git cherry-pick. This is a manual process as it often creates conflicts. TODO document the full command, and do we need to explicitly tag the -patched branch or will the release job tag it with the softprops workflow?
  • Then, run the release workflow at https://github.com/samuelburnham/aptos-core/actions/workflows/aptos-light-client-patch-release-pr.yml. This will bump the version number in README.md (since there is no Cargo version for the Aptos node) and open a PR to release/aptos-node-v1.13.3-patched for the release. The PR will run CI checks, solicit review, and provide an artifact for downstream companion PRs to test on.
  • When the PR is merged, it will automatically publish a GitHub release for aptos-node-v1.13.3-patched using https://github.com/samuelburnham/aptos-core/actions/workflows/aptos-light-client-patch-release-publish.yml.

This issue was created by the workflow at https://github.com/samuelburnham/aptos-core/actions/runs/9547916283

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant