UNPKG

semantic-release-unsquash

Version:

A tiny wrapper for commit-analyzer and release-notes-generator which works with squashed MRs

46 lines (45 loc) 1.22 kB
{ "name": "semantic-release-unsquash", "version": "0.4.0", "description": "A tiny wrapper for commit-analyzer and release-notes-generator which works with squashed MRs", "main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/romap0/semantic-release-unsquash.git" }, "author": "Roman Pavlov <hi@romap0.dev>", "license": "ISC", "bugs": { "url": "https://github.com/romap0/semantic-release-unsquash/issues" }, "homepage": "https://github.com/romap0/semantic-release-unsquash#readme", "keywords": [ "changelog", "commit-analyzer", "conventional-changelog", "conventional-commits", "github", "gitlab", "publish", "release", "release-note-generator", "semantic-release" ], "scripts": { "test": "jest", "test:watch": "jest --watch", "eslint": "eslint src", "eslint:fix": "eslint src --fix" }, "dependencies": { "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/release-notes-generator": "^10.0.3" }, "devDependencies": { "@types/jest": "^29.4.0", "eslint": "^8.33.0", "eslint-config-universe": "^11.1.1", "jest": "^29.4.2", "prettier": "^2.8.3" } }