mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
641c65a8c4
- Implement a job to preview the release notes - Include build, ci, and dependency updates - Add emoji to section headings to match the existing release notes - Add documentation about how to run release-please from the CLI
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"name": "commitlint-container-image",
|
|
"private": true,
|
|
"version": "0.0.1-local",
|
|
"dependencies": {
|
|
"@commitlint/cli": "^18.4.3",
|
|
"@commitlint/config-conventional": "^18.4.3",
|
|
"release-please": "^16.5.1"
|
|
},
|
|
"license": "MIT"
|
|
}
|