61b1ddd789
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 11s
CI / Check Dist (pull_request) Successful in 10s
CI / Dry-Run (pull_request) Successful in 13s
CI / Dry-Run Prerelease (pull_request) Successful in 11s
28 lines
754 B
JSON
28 lines
754 B
JSON
{
|
|
"name": "conventional-semantic-git-tag-increment",
|
|
"description": "GitHub Action to increment semantic version tag based on conventional commits",
|
|
"license": "MIT",
|
|
"author": "Timo Behrendt <t.behrendt@t00n.de>",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "rolldown -c",
|
|
"test": "vitest",
|
|
"format": "oxfmt",
|
|
"format:check": "oxfmt --check"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "3.0.1",
|
|
"conventional-commits-parser": "3.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/conventional-commits-parser": "5.0.2",
|
|
"@types/node": "24.13.3",
|
|
"@vitest/coverage-v8": "4.1.10",
|
|
"oxfmt": "0.59.0",
|
|
"rolldown": "1.2.0",
|
|
"typescript": "7.0.2",
|
|
"vitest": "4.1.10"
|
|
}
|
|
}
|