コミットメッセージは下記を参考にする。
https://gist.github.com/kousaku-maron/1ec9197e130862208028dc51ca207f75
GitHub Packagesで公開する場合、レジストリを登録する必要があります。
@funii-inc:registry="https://npm.pkg.github.com"
// with npm
npm install @funii-inc/funiate-app-layout-components
// with yarn
yarn add @funii-inc/funiate-app-layout-components
ライブラリを利用するために、下記ライブラリをインストールする必要があります。
"react": ">=16.9.0",
"react-dom": ">=16.9.0",
"styled-components": ">=5.2.1",