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: update version_bump.yml #4687

Merged
merged 2 commits into from
May 7, 2024
Merged

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented May 7, 2024

This PR sets up new version upgrade flow to the repo using jsr:@deno/bump-workspaces tool

The new release steps:

  • A maintainer trigger version_bump action with main branch selected
  • @denobot creates a PR like this
    • the tool automatically calculates the necessary version upgrades.
  • A maintainer review PR, and update it if necessary
  • A maintainer land the PR.
  • A maintainer tag it with something like release-YYY-MM-DD (can be automated in the future)
    git tag release-YYYY.MM.DD
    git push origin release-YYYY.MM.DD
    
  • A maintainer publish the tag from github UI
  • workspace publish action is triggered by the above and new versions will be published
  • That's all

Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.47%. Comparing base (cd3bb21) to head (1d080bb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4687      +/-   ##
==========================================
- Coverage   91.47%   91.47%   -0.01%     
==========================================
  Files         477      477              
  Lines       37318    37318              
  Branches     5325     5325              
==========================================
- Hits        34137    34135       -2     
- Misses       3125     3127       +2     
  Partials       56       56              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kt3k kt3k merged commit 8426f14 into denoland:main May 7, 2024
12 checks passed
@kt3k kt3k deleted the update-version-bump-workflow branch May 7, 2024 09:26
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.

None yet

2 participants