git clone https://github.com/webdeveric/webpack-assets-manifest.git
cd webpack-assets-manifest
corepack enable
pnpm install --frozen-lockfileRun tests
pnpm testRun tests and generate a coverage report. Please keep the code coverage at 100%.
pnpm coverageCommit messages should follow conventional commits.
Releases are created automatically and the version bump is determined from the commit messages.
Pull requests are welcome. If you want to add a large feature or breaking change, please open an issue first so it can be discussed.