Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pnpm publish時にブランチを指定 #578

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Conversation

ibulog
Copy link
Contributor

@ibulog ibulog commented Nov 19, 2024

課題・背景

  • GitHub Actionsで pnpm publish を実行する際、--no-git-checks を指定しないと、npmへの公開に失敗する
    • publishするブランチがmain/master以外の場合は指定しないといけない
  • main/masterブランチ以外で pnpm publish を実行する際、ブランチを明示しないとエラーが発生する

やったこと

  • pnpm publish--publish-branch release-candidate を追加

@ibulog ibulog marked this pull request as ready for review December 18, 2024 07:16
@ibulog ibulog force-pushed the fix/pnpm-publish-option branch from a7a62c5 to e9d4334 Compare December 18, 2024 07:23
@ibulog ibulog force-pushed the fix/pnpm-publish-option branch from e9d4334 to 0b90dc4 Compare December 18, 2024 07:25
@alpaca-tc
Copy link
Contributor

publishするブランチがmain/master以外の場合 これを許容する理由が分からなかったので教えていただけますか? 🙏
むしろ、それを防ぐためのオプションだと思ったのですが...

@ibulog
Copy link
Contributor Author

ibulog commented Dec 18, 2024

@alpaca-tc
現在のリリースフローでは、リリースタグ作成時に release-candidate ブランチを作成し、そのブランチをcheckoutしてnpm publishしているためです!

こういうフローになっている理由としては、リリースタグを作成してnpm publishする間にmainブランチへのマージが行われる可能性があることを考慮しているのかな...?と推察しています

@alpaca-tc
Copy link
Contributor

であれば、publish-branchにrelease-candidateを指定するのが期待するオプションであるように思います。ドキュメント読んだだけで未検証ですが…

@ibulog
Copy link
Contributor Author

ibulog commented Dec 18, 2024

なるほど、確かに --publish-branch オプションを使うほうがよさそうですね。変更します!

@ibulog ibulog changed the title fix: pnpm publish時のブランチチェックを無効化 fix: pnpm publish時にブランチを指定 Dec 18, 2024
Copy link
Contributor

@alpaca-tc alpaca-tc left a comment

Choose a reason for hiding this comment

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

:gogo:

@ibulog ibulog merged commit 9e5e4a7 into main Dec 19, 2024
4 checks passed
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