diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-24 23:45:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-24 23:45:06 +0900 |
| commit | b308314dae81331fdf9924eda91dfc637f9514ca (patch) | |
| tree | 7589b7f7e567854bb2392109909218519d6c9483 | |
| parent | 8dc5cadf8c2655543165103b49ff724f813fd890 (diff) | |
| download | nsfisis.dev-b308314dae81331fdf9924eda91dfc637f9514ca.tar.gz nsfisis.dev-b308314dae81331fdf9924eda91dfc637f9514ca.tar.zst nsfisis.dev-b308314dae81331fdf9924eda91dfc637f9514ca.zip | |
feat(blog/content): update post /content/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos/
2 files changed, 22 insertions, 0 deletions
diff --git a/vhosts/blog/content/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos.dj b/vhosts/blog/content/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos.dj index 036cd08e..b64b7981 100644 --- a/vhosts/blog/content/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos.dj +++ b/vhosts/blog/content/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos.dj @@ -10,9 +10,18 @@ tags = [ ] [[article.revisions]] +date = "2025-04-10" +remark = "デジタルサーカス株式会社の社内記事として公開" +isInternal = true + +[[article.revisions]] date = "2025-04-24" remark = "公開" --- +::: note +この記事は、2025-04-10 に [デジタルサーカス株式会社](https://www.dgcircus.com/) の社内 Qiita Team に公開された記事をベースに、加筆修正して一般公開したものです。 +::: + {#intro} # はじめに diff --git a/vhosts/blog/public/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos/index.html b/vhosts/blog/public/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos/index.html index 2e2f1ef2..32080ed6 100644 --- a/vhosts/blog/public/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos/index.html +++ b/vhosts/blog/public/posts/2025-04-24/composer-patches-v2-does-not-require-gnu-patch-even-on-macos/index.html @@ -59,10 +59,23 @@ <h2 id="changelog">更新履歴</h2> <ol> <li class="revision"> + <time datetime="2025-04-10">2025-04-10</time>: デジタルサーカス株式会社の社内記事として公開 + </li> + <li class="revision"> <time datetime="2025-04-24">2025-04-24</time>: 公開 </li> </ol> </section> + <div class="admonition"> + <div class="admonition-label"> + NOTE + </div> + <div class="admonition-content"> + <p> + この記事は、2025-04-10 に <a href="https://www.dgcircus.com/" rel="noreferrer" target="_blank">デジタルサーカス株式会社</a> の社内 Qiita Team に公開された記事をベースに、加筆修正して一般公開したものです。 + </p> + </div> + </div> <section id="section--intro"> <h2><a href="#section--intro">はじめに</a></h2> <p> |
