Patches for nestjs-pino
- Node.js v16 LTS or later
- Yarn
yarn add @byndyusoft/nest-pino
- Replace import
yarn dlx jscodeshift ./packages/app --extensions=ts --parser=ts --transform=./node_modules/@byndyusoft/nest-pino/codemods/replace-import-specifier.js
- Fix lint issues
yarn run lint:fix
- Get tag from upstream releases and verify codebase
- Make changes in patches and deploy workflow if necessary
- Create new tag and release in this repository in format: v[upstream tag]-[patch version], e.g.
v3.1.2-1
- See deploy progress here
This repository is released under version 2.0 of the Apache License.