11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-04 00:36:53 +00:00

chore(release): publish 5.4.6 [skip-ci]

This commit is contained in:
GitHub Action 2024-03-28 14:59:15 +00:00 committed by Wagner Santos
parent d901f08b4d
commit e15adf3661
4 changed files with 486 additions and 310 deletions

View file

@ -1,14 +1,13 @@
{
"name": "commitlint-github-action",
"version": "5.4.5",
"version": "5.4.6",
"description": "commitlint github action",
"private": true,
"module": "./dist/run.mjs",
"type": "module",
"scripts": {
"postinstall": "husky install",
"test": "NODE_PATH=./node_modules NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"lint": "eslint .",
"build": "rollup -c"
},