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

Fully automate release process #465

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

nflaig
Copy link
Collaborator

@nflaig nflaig commented Aug 15, 2024

This PR removes manual steps required to create a new release.

All steps are now handled by the CI after pushing a tag, this includes

  • update spec version info.version in beacon-node-oapi.yaml
  • add new entry to index.html in the format {url: "./releases/<tag>/beacon-node-oapi.json", name: "<tag>"},
  • update changelog file (CHANGES.md) by moving entries to ## <tag> section
  • create github release and upload bundled spec files
  • create release notes from changelog entries

Copy link
Collaborator

@rolfyone rolfyone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nflaig nflaig merged commit 5f7dd7b into ethereum:master Aug 19, 2024
3 checks passed
@nflaig nflaig deleted the automate-release branch August 19, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants