All checks were successful
CD / Release (push) Successful in 1m35s
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`24.10.3` -> `24.10.4`](https://renovatebot.com/diffs/npm/@types%2fnode/24.10.3/24.10.4) |  |  | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40MS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNDEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #42 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
28 lines
839 B
JSON
28 lines
839 B
JSON
{
|
|
"name": "conventional-semantic-git-tag-increment",
|
|
"description": "GitHub Action to increment semantic version tag based on conventional commits",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node --target=node24 --minify",
|
|
"test": "jest",
|
|
"format": "prettier --write src/**/*.ts"
|
|
},
|
|
"author": "Timo Behrendt <t.behrendt@t00n.de>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/conventional-commits-parser": "5.0.2",
|
|
"@types/jest": "30.0.0",
|
|
"@types/node": "24.10.4",
|
|
"esbuild": "0.27.1",
|
|
"jest": "30.2.0",
|
|
"prettier": "3.7.4",
|
|
"ts-jest": "29.4.6",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "1.11.1",
|
|
"conventional-commits-parser": "3.2.4"
|
|
}
|
|
}
|