Skip to content

リリースワークフローを変更#50

Merged
0suu merged 1 commit into
mainfrom
fix-release-workflow
Apr 26, 2026
Merged

リリースワークフローを変更#50
0suu merged 1 commit into
mainfrom
fix-release-workflow

Conversation

@0suu

@0suu 0suu commented Apr 26, 2026

Copy link
Copy Markdown
Owner

No description provided.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying switchbotcontroller with  Cloudflare Pages  Cloudflare Pages

Latest commit: c257411
Status: ✅  Deploy successful!
Preview URL: https://609180d6.switchbotcontroller.pages.dev
Branch Preview URL: https://fix-release-workflow.switchbotcontroller.pages.dev

View logs

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the package.json configuration to disable the 'v' prefix for release tags by setting vPrefixedTagName to false. Feedback points out that this change may break existing CI/CD workflows, such as GitHub Actions, if they are configured to trigger specifically on tags starting with 'v'.

Comment thread package.json
"owner": "0suu",
"repo": "SwitchBotController"
"repo": "SwitchBotController",
"vPrefixedTagName": false

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

タグ名から v プレフィックスを削除(vPrefixedTagName: false)すると、GitHub Actions などのワークフローでタグのプッシュをトリガーにしている場合(例: on: push: tags: - 'v*')、トリガー条件に一致しなくなり自動化が停止する可能性があります。リリース自動化を維持するためには、ワークフロー側のトリガー条件も更新する必要があります。

@0suu 0suu merged commit 963d4a8 into main Apr 26, 2026
4 checks passed
@0suu 0suu deleted the fix-release-workflow branch April 26, 2026 07:48
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