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

chore: pkg-pr-new を用いたプレビューリリースの導入 #4896

Merged
merged 4 commits into from
Sep 12, 2024

Conversation

s-sasaki-0529
Copy link
Contributor

@s-sasaki-0529 s-sasaki-0529 commented Sep 6, 2024

関連URL

概要

pkg.pr.new を用いたプレビューリリースを導入します。

これによって、PRごとにプレビューリリースを公開し、マージやリリースを待たずともプロダクト側でお試しすることが出来るようになり、PRで本来の課題が解決できるかのフィードバックをすぐに得ることができるようになります。

変更内容

  • 前準備として、専用の GitHub App をリポジトリにインストールしています
    • こちらはPRのコミットステータスの更新とコメント投稿を行うために書き込み権限を与えています。
    • https://github.com/apps/pkg-pr-new
  • GitHub Actions のワークフローを追加し、以下のタイミングでプレビューリリースを作成します
    • PR作成時
    • PRへのコミットプッシュ時

確認方法

プレビューリリースが作成されると、PRに以下のようなコメントが投稿されます。

image

プロダクト側で、指示通りに pnpm add すると、以下のように package.json が書き換わり、プレビューリリース版がインストールされます。

-    "smarthr-ui": "^56.0.0",
+    "smarthr-ui": "https://pkg.pr.new/kufu/smarthr-ui@4896",

(プロダクトに応じて、pnpm は npm や yarn に読み替えてください)

この状態で開発環境を動かすと、プレビューリリースされたバージョン(=PRの変更内容が反映されたバージョン) の SmartHR UI をプロダクトで利用することができます。

@s-sasaki-0529 s-sasaki-0529 self-assigned this Sep 6, 2024
Copy link

pkg-pr-new bot commented Sep 6, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/kufu/smarthr-ui@4896

commit: fd0568c

@s-sasaki-0529 s-sasaki-0529 changed the title chore: pkg-pr-new を用いたプレリリースの導入 chore: pkg-pr-new を用いたプレビューリリースの導入 Sep 6, 2024
@s-sasaki-0529 s-sasaki-0529 changed the title chore: pkg-pr-new を用いたプレビューリリースの導入 feat: pkg-pr-new を用いたプレビューリリースの導入 Sep 6, 2024
@s-sasaki-0529 s-sasaki-0529 marked this pull request as ready for review September 6, 2024 09:23
@s-sasaki-0529 s-sasaki-0529 requested a review from a team as a code owner September 6, 2024 09:23
@s-sasaki-0529 s-sasaki-0529 requested review from AtsushiM, atzzCokeK and a team and removed request for a team September 6, 2024 09:23
@s-sasaki-0529 s-sasaki-0529 changed the title feat: pkg-pr-new を用いたプレビューリリースの導入 chore: pkg-pr-new を用いたプレビューリリースの導入 Sep 10, 2024
Copy link
Member

@AtsushiM AtsushiM left a comment

Choose a reason for hiding this comment

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

👍

@s-sasaki-0529 s-sasaki-0529 merged commit af94c44 into master Sep 12, 2024
18 checks passed
@s-sasaki-0529 s-sasaki-0529 deleted the pre-release branch September 12, 2024 03:05
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