UNPKG

@sanity/semantic-release-preset

Version:

Recommended setup for releasing semantically using GitHub Actions workflows

70 lines (69 loc) 1.69 kB
{ "name": "@sanity/semantic-release-preset", "version": "5.0.0", "description": "Recommended setup for releasing semantically using GitHub Actions workflows", "keywords": [ ".releaserc.json", "automation", "changelog", "conventional-changelog", "git", "github-package-registry", "github-publish", "github", "npm-publish", "npm", "publish", "release.config.js", "release", "releaserc", "sanity", "semantic-release-config", "semantic-release", "semver" ], "homepage": "https://www.sanity.io/", "bugs": { "url": "https://github.com/sanity-io/semantic-release-preset/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sanity-io/semantic-release-preset.git" }, "license": "MIT", "author": "Sanity.io <hello@sanity.io>", "main": "index.js", "files": [ "CHANGELOG.md", "index.js" ], "scripts": { "fmt": "npm run prettier -- --write .", "prettier": "npx prettier --ignore-path .gitignore", "test": "npx ls-engines" }, "prettier": "@sanity/prettier-config", "dependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "conventional-changelog-conventionalcommits": "^8.0.0", "semantic-release-license": "^1.0.3" }, "devDependencies": { "@sanity/prettier-config": "^1.0.2", "ls-engines": "0.9.1", "prettier": "^3.3.1", "semantic-release": "^24.0.0" }, "peerDependencies": { "semantic-release": "^24" }, "engines": { "node": ">= 20.8" }, "publishConfig": { "access": "public", "provenance": true } }