Skip to content

Don't push tags in our custom release script - #707

Draft
Andarist wants to merge 7 commits into
mainfrom
dont-tag-in-custom-script
Draft

Don't push tags in our custom release script#707
Andarist wants to merge 7 commits into
mainfrom
dont-tag-in-custom-script

Conversation

@Andarist

@Andarist Andarist commented Aug 4, 2026

Copy link
Copy Markdown
Member

In https://github.com/changesets/action/actions/runs/30812557230/job/91682567379, I noticed this:

/home/runner/work/action/action/node_modules/.bin/changeset git-tag
🦋 changeset v3.0.0-next.8
25l◇  Created tags:
   - v2.0.0-next.4
25h[command]/usr/bin/git push origin refs/tags/v2.0.0-next.4
remote: Bypassed rule violations for refs/tags/v2.0.0-next.4:        
remote: 
remote: - Cannot create ref due to creations being restricted.        
remote: 
To https://github.com/changesets/action
 * [new tag]         v2.0.0-next.4 -> v2.0.0-next.4
Warning: Failed to create tag v2.0.0-next.4: Reference already exists - https://docs.github.com/rest/git/refs#create-a-reference

In this draft PR, I'm just exploring various tag-related improvements. I don't want to land this PR now - gotta rethink all the implications.

@changeset-bot

changeset-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f818768

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

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.

1 participant