Skip to content

Commit

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

### Other

* added missing yarn binary ([345b586](345b586))
* updated dependencies and package manager to latest version ([54887d8](54887d8))
  • Loading branch information
semantic-release-bot committed Oct 9, 2024
1 parent 345b586 commit 0d27f0e
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.1",
"version": "1.2.2",
"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 0d27f0e

Please sign in to comment.