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

Add prepare-release gh action that bump versions and create PR #1492

Merged
merged 1 commit into from
May 16, 2024

Conversation

panarch
Copy link
Member

@panarch panarch commented May 16, 2024

This is a starting action to prepare the new release. It’s all about keeping things simple: manually triggered, bumps versions, and creates a PR ready for the next steps.

Here’s the Plan:

  1. Kickoff - I trigger prepare-release gh action.
  2. Writing release note - This Action bumps our version and creates a PR automatically. I'll dive in to add release notes right there, updating our docs in the process.
  3. Merge to main - After tweaking the docs and ensuring everything’s on point, we merge into the main branch.
  4. Deployment Automation - I’m setting up four more Actions to automate our deployment process:
    release-rust.yml
    release-javascript.yml
    release-python.yml
    release-docs.yml
    These Actions will kick in when commits are pushed to the release branch, taking care of both package and documentation deployment.

May be we can try release note writing automation in the future. for now, I'll do it by myself. With this automation, I expect that we can release the new version quite more often than now :D

@coveralls
Copy link

Pull Request Test Coverage Report for Build 9104629733

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.343%

Totals Coverage Status
Change from base Build 9097913463: 0.0%
Covered Lines: 54493
Relevant Lines: 55411

💛 - Coveralls

@panarch panarch merged commit dcd8666 into main May 16, 2024
15 checks passed
@panarch panarch deleted the manual-triggered-prepare-release-gh-action branch May 16, 2024 23:41
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.

3 participants