Skip to content

Conversation

@seemewalkin
Copy link
Contributor

Summary

Adds rc release type option for creating v2 release candidates (2.0.0-rc.0, 2.0.0-rc.1, etc.).

  • Added rc to release-type options in release-create-pr.yml
  • Added generateRcVersion() function in bump-versions.mjs
  • Updated RELEASE_TYPE regex to include rc

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@n8n-assistant n8n-assistant bot added the n8n team Authored by the n8n team label Nov 26, 2025
@currents-bot
Copy link

currents-bot bot commented Nov 26, 2025

E2E Tests: n8n tests passed after 9m 24.5s

🟢 591 · 🔴 0 · ⚪️ 12 · 🟣 1

View Run Details

Run Details

  • Project: n8n

  • Groups: 2

  • Framework: Playwright

  • Run Status: Passed

  • Commit: 99d4799

  • Spec files: 98

  • Overall tests: 603

  • Duration: 9m 24.5s

  • Parallelization: 9

Groups

GroupId Results Spec Files Progress
ui 🟢 540 · 🔴 0 · ⚪️ 12 · 🟣 1 91 / 91
ui:isolated 🟢 51 · 🔴 0 · ⚪️ 0 7 / 7


This message was posted automatically by currents.dev | Integration Settings

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

cubic analysis

No issues found across 2 files

Linked issue analysis

Linked issue: CAT-1826: RC Release Type

Status Acceptance criteria Notes
Can select "rc" in release workflow Added rc option to release-create-pr.yml
Creates 2.0.0-rc.0, then 2.0.0-rc.1, etc. generateRcVersion creates -rc.0 and increments rc N
Add rc to release-type options in release-create-pr.yml rc added to the workflow options list
Add generateRcVersion() function in bump-versions.mjs New generateRcVersion function implemented
Update RELEASE_TYPE regex to include rc RELEASE_TYPE assertion updated to allow rc
Add rc case in version bump logic rc branch added to choose generateRcVersion
Create new RC version when current version is non-rc (produces ..-rc.0) generateRcVersion returns -rc.0 for non-prerelease versions
Increment RC number when current version is already rc Function detects 'rc' prerelease and increments numeric suffix

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

Labels

n8n team Authored by the n8n team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants