Skip to content

Commit 2b81e23

Browse files
committed
CRAが非推奨&cra-template-microcms-field-extension-appはメンテナンスされず非推奨な旨をREADMEに追記
1 parent aa0ef12 commit 2b81e23

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
options:
1212
- api
1313
- react
14-
- cra-template
1514
new_version:
1615
description: "リリースのバージョニング (major: 破壊的変更, minor: 機能追加, patch: バグ修正)"
1716
required: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository managed as monorepo by [`turborepo`](https://turborepo.org/docs/
88

99
- [`microcms-field-extension-api`](./packages/api/): This library do not depend framework (eg React, Vue.js ...)
1010
- [`microcms-field-extension-react`](./packages/react/): This library is useful when using React
11-
- [`microcms-cra-template`](./packages/cra-template/): This directory is template for [`create-react-app`](https://create-react-app.dev/)
11+
- ~[`microcms-cra-template`](./packages/cra-template/): This directory is template for [`create-react-app`](https://create-react-app.dev/)~
1212
- [`examples/react`](./examples/react/): React example
1313
- [`examples/nextjs`](./examples/nextjs/): Next.js example
1414

packages/cra-template/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# cra-template-microcms-field-extension-app
22

3+
> [!CAUTION]
4+
> This is deprecated and will not be maintained.
5+
36
## Getting Started
47

58
```sh

0 commit comments

Comments
 (0)