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

アプリバージョンの更新Pull Request を自動生成する仕組みの整備 #6

Closed
tshion opened this issue Feb 23, 2024 · 0 comments · Fixed by #7, #8, #10, #12 or #14
Closed

アプリバージョンの更新Pull Request を自動生成する仕組みの整備 #6

tshion opened this issue Feb 23, 2024 · 0 comments · Fixed by #7, #8, #10, #12 or #14
Assignees
Milestone

Comments

@tshion
Copy link
Owner

tshion commented Feb 23, 2024

概要

#3 で整備した仕組みは、作業者のローカル環境で実行する必要があります。
しかしアプリバージョンの更新だけであれば、機械的に作業することが出来るので、
本Issue でGitHub Actions 化したいと思います。

作業内容

完了条件

下記をGitHub Actions で実行できるようにする。

  • major, minor, patch を指定すると、アプリバージョンを更新したPull Request が自動生成される
    • トリガーは手動実行のみ
  • アプリバージョン更新Pull Request をマージされた際、released ブランチへのPull Request が自動生成される

想定される範囲

  • .github/ 配下

対応しないこと

現時点では特になし

備考

現時点では特になし

@tshion tshion added this to the v1.0.0 milestone Feb 23, 2024
@tshion tshion self-assigned this Feb 23, 2024
@tshion tshion linked a pull request Feb 23, 2024 that will close this issue
1 task
tshion added a commit that referenced this issue Feb 23, 2024
#6 アプリバージョンを更新するGitHub Actions の追加
@tshion tshion linked a pull request Feb 23, 2024 that will close this issue
1 task
tshion added a commit that referenced this issue Feb 23, 2024
#6 アプリバージョンを更新するGitHub Actions の調整
@tshion tshion linked a pull request Feb 23, 2024 that will close this issue
1 task
tshion added a commit that referenced this issue Feb 24, 2024
@tshion tshion linked a pull request Feb 24, 2024 that will close this issue
1 task
tshion added a commit that referenced this issue Feb 24, 2024
@tshion tshion linked a pull request Feb 24, 2024 that will close this issue
1 task
tshion added a commit that referenced this issue Feb 24, 2024
#6 アプリバージョン更新時、マージPR を自動生成する機構の追加
tshion added a commit that referenced this issue Feb 24, 2024
tshion added a commit that referenced this issue Apr 12, 2024
#6 PR 作成した際、向け先を実行したブランチにするように修正
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment