|
53 | 53 | "test-work": "yarn jest tests/rules/_work.test.ts",
|
54 | 54 | "verify": "yarn build && yarn lint && yarn build-tests && yarn test-compiled && rimraf build",
|
55 | 55 | "preversion": "yarn verify",
|
56 |
| - "postversion": "git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\"" |
| 56 | + "postversion": "yarn auto-changelog -p && git add CHANGELOG.md && git commit -m \"docs(changelog): update changelog for v$npm_package_version\" && git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\"" |
57 | 57 | },
|
58 | 58 | "husky": {
|
59 | 59 | "hooks": {
|
|
78 | 78 | "@types/eslint": "^6.1.3",
|
79 | 79 | "@types/estree": "^0.0.42",
|
80 | 80 | "@types/glob": "^7.1.1",
|
81 |
| - "@types/jest": "^24.0.25", |
82 |
| - "@types/node": "^13.1.6", |
83 |
| - "@typescript-eslint/eslint-plugin": "^2.15.0", |
84 |
| - "@typescript-eslint/parser": "^2.15.0", |
85 |
| - "babel-eslint": "^10.0.3", |
86 |
| - "codecov": "^3.6.1", |
| 81 | + "@types/jest": "^24.0.15", |
| 82 | + "@types/node": "^8.10.49", |
| 83 | + "@typescript-eslint/eslint-plugin": "^2.3.1", |
| 84 | + "@typescript-eslint/parser": "^2.3.1", |
| 85 | + "auto-changelog": "^1.16.2", |
| 86 | + "babel-eslint": "^10.0.2", |
| 87 | + "codecov": "^3.5.0", |
87 | 88 | "dedent": "^0.7.0",
|
88 | 89 | "eslint": "^6.8.0",
|
89 | 90 | "eslint-config-prettier": "^6.9.0",
|
|
0 commit comments