Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3](v1.2.2...v1.2.3) (2024-10-21)

### Other

* updated dependencies and package manager to latest version ([4fafbba](4fafbba))
  • Loading branch information
semantic-release-bot committed Oct 21, 2024
1 parent 4fafbba commit 1ca463e
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@rimac-technology/semantic-release-monorepo",
"version": "1.2.2",
"version": "1.2.3",
"description": "Enhanced semantic-release by enabling simplified and automatic package publishing in multi-package repositories",
"keywords": ["release", "semantic-release", "monorepo", "workspace"],
"keywords": [
"release",
"semantic-release",
"monorepo",
"workspace"
],
"homepage": "https://github.com/RimacTechnology/semantic-release-monorepo#readme",
"bugs": {
"url": "https://github.com/RimacTechnology/semantic-release-monorepo/issues"
Expand All @@ -13,7 +18,9 @@
"type": "module",
"main": "dist/cli.js",
"bin": "dist/cli.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "turbo run build:all",
"build:ts": "tsup --config tsup.config.ts",
Expand All @@ -29,10 +36,20 @@
"release": "semantic-release"
},
"commitlint": {
"extends": ["@commitlint/config-conventional"],
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"header-max-length": [2, "always", 500],
"body-max-line-length": [2, "always", 500]
"header-max-length": [
2,
"always",
500
],
"body-max-line-length": [
2,
"always",
500
]
}
},
"config": {
Expand Down

0 comments on commit 1ca463e

Please sign in to comment.