Skip to content

Update git push command for versioning PRs#530

Merged
APErebus merged 1 commit intovnext/v3from
ap/fix-versioning-again
Mar 10, 2026
Merged

Update git push command for versioning PRs#530
APErebus merged 1 commit intovnext/v3from
ap/fix-versioning-again

Conversation

@APErebus
Copy link
Copy Markdown
Contributor

The branch needs to be changeset-release/vnext/v3, so getting the base ref and stripping refs/heads/ from the front

@APErebus APErebus requested a review from a team as a code owner March 10, 2026 06:54
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 10, 2026

⚠️ No Changeset found

Latest commit: bec8b70

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@APErebus APErebus requested a review from liam-mackie March 10, 2026 06:54
Comment on lines +118 to +119
baseRef="${{ github.base_ref }}"
baseRef=${baseRef#"refs/heads/"}
Copy link
Copy Markdown
Contributor Author

@APErebus APErebus Mar 10, 2026

Choose a reason for hiding this comment

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

This seems to be valid bash

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

image

@APErebus APErebus enabled auto-merge (squash) March 10, 2026 07:31
@APErebus APErebus merged commit 0866ce7 into vnext/v3 Mar 10, 2026
8 checks passed
@APErebus APErebus deleted the ap/fix-versioning-again branch March 10, 2026 22:39
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