-
Notifications
You must be signed in to change notification settings - Fork 163
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
#1185 での rebase の誤りを修正 #1187
#1185 での rebase の誤りを修正 #1187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
見逃してました。さーせん 😢
一点気になるのは、BUILD
を含む環境変数は azure pipelines由来な気がしていて、既に入ってる行を削らなくていいんだっけ?ということです。
一連のPRで最終的なつじつまが合えば、細かいとこはいいような気もしますが。
いいことにします。 |
私が確認を端折ったのが原因です。 |
https://ci.appveyor.com/project/sakuraeditor/sakura/builds/30672806/job/9crfte5e7865dx9c/artifacts の sakura-PR1187-build2612-2c50ae8-Win32-Release-Log.zip で githash.h 確認して OK でした。 sakura-PR1187-build2612-2c50ae8-Win32-Release-Exe.zip でも Github へのリンクに飛べるのを確認しました。 |
CI 終わったらマージします。 |
✅ Build sakura 1.0.2612 completed (commit 2c50ae8882 by @m-tmatma) |
…fixup-PR1185 sakura-editor#1185 での rebase の誤りを修正
PR の目的
#1185 での rebase の誤りを修正
カテゴリ
PR の背景
#1183 で PR を分割して #1185 を作成する際に、rebase 操作で変更を分割する際に
appeyor 側の修正ではなく、あやまって azure pipeline の修正を入れてしまった。
その部分のみ修正する。
PR のメリット
#1185 がマージされた状態で GitHub コミット URL の機能が動作しなくなる問題が修正される。
PR のデメリット (トレードオフとかあれば)
なし
PR の影響範囲
appveyor ビルドでの GitHub コミット URL
関連チケット
#1185
#1183
参考資料