Skip to content

Conversation

baileympearson
Copy link
Collaborator

@baileympearson baileympearson commented Oct 1, 2025

Description

Summary of Changes

Following Neal's example from the 6.1.0-alpha, this PR configures main for alpha releases.

Notes for Reviewers

What is the motivation for this change?

Release Highlight

Double check the following

  • Lint is passing (npm run check:lint)
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@baileympearson baileympearson requested a review from a team as a code owner October 1, 2025 19:46
Comment on lines +10 to +13
"draft": false,
"prerelease-type": "alpha",
"prerelease": true,
"versioning": "prerelease"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

prerelease-type: alpha specifies we want to use the alpha tag
prerelease: true specifies that the GH release should be marked as a prerelease
versioning: prerelease tells release please to release a prerelease

@dariakp dariakp merged commit 1fb9493 into main Oct 1, 2025
28 of 29 checks passed
@dariakp dariakp deleted the prepare-for-7.0.0-alpha branch October 1, 2025 20:27
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