Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add release script#594

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
SamMorrowDrums wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrelease-process
Open

Add release script#594

SamMorrowDrums wants to merge1 commit intomainfromrelease-process

Conversation

SamMorrowDrums
Copy link
Collaborator

@SamMorrowDrumsSamMorrowDrums commentedJun 26, 2025
edited
Loading

Adds a release tagging script, with a dry run.

Dry run output

script/tag-release v0.6.0 --dry-run

image

Fails if tag is wrong format

script/tag-release v1Error: Tag must be in format vX.Y.Z or vX.Y.Z-suffix (e.g., v1.0.0 or v1.0.0-rc1)

Fails due to missing tag

script/tag-release                 Error: No tag specified.Usage: ./script/tag-release vX.Y.Z [--dry-run]

Fails if tag already exists locally

script/tag-release v0.6.0 --dry-runDRY RUN: No changes will be pushed to the remote repository.Fetching latest changes from origin...✅ Local 'main' branch is up-to-date with 'origin/main'.Error: Tag v0.6.0 already exists locally.

Fails due to wrong branch, or being out of date

script/tag-release v0.6.0 --dry-run     DRY RUN: No changes will be pushed to the remote repository.Error: You must be on the 'main' branch to create a release.Current branch is 'release-process'.

@CopilotCopilotAI review requested due to automatic review settingsJune 26, 2025 16:37
@SamMorrowDrumsSamMorrowDrums requested a review froma team as acode ownerJune 26, 2025 16:37
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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

Copilot code reviewCopilotCopilot left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@SamMorrowDrums

[8]ページ先頭

©2009-2025 Movatter.jp