From 84739e02e2894d9c691f80efd17568e901f49d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Mon, 22 Dec 2025 09:54:39 +0100 Subject: [PATCH] chore: update release commit message --- .commitlintrc.json | 3 ++- package-lock.json | 2 +- package.json | 10 +++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index d541ae390..a1cfcff95 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -37,7 +37,8 @@ "socket.io", "ws", "testing", - "websockets" + "websockets", + "release" ] ] } diff --git a/package-lock.json b/package-lock.json index 0161c8db4..60dca57cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,7 +105,7 @@ "ioredis": "5.8.2", "json-loader": "0.5.7", "kafkajs": "2.2.4", - "lerna": "^9.0.3", + "lerna": "9.0.3", "lerna-changelog": "2.2.0", "light-my-request": "6.6.0", "lint-staged": "16.2.7", diff --git a/package.json b/package.json index 059d834b4..1e764ba38 100644 --- a/package.json +++ b/package.json @@ -42,12 +42,12 @@ "lint:spec": "node --max-old-space-size=4096 ./node_modules/.bin/eslint 'packages/**/**.spec.ts'", "lint:ci": "concurrently 'npm run lint:packages' 'npm run lint:spec'", "prerelease": "gulp copy-misc", - "publish": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --force-publish --exact -m \"chore(@nestjs) publish %s release\"", + "publish": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --force-publish --exact -m \"chore(release): publish %s release\"", "prepublishOnly": "npm run changelog | pbcopy", - "publish:beta": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=beta -m \"chore(@nestjs) publish %s release\"", - "publish:next": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=next --skip-git -m \"chore(@nestjs) publish %s release\"", - "publish:rc": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=rc -m \"chore(@nestjs) publish %s release\"", - "publish:test": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --force-publish --npm-tag=test --skip-git -m \"chore(@nestjs) publish %s release\"", + "publish:beta": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=beta -m \"chore(release): publish %s release\"", + "publish:next": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=next --skip-git -m \"chore(release): publish %s release\"", + "publish:rc": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --npm-tag=rc -m \"chore(release): publish %s release\"", + "publish:test": "npm run prerelease && npm run build:prod && ./node_modules/.bin/lerna publish --force-publish --npm-tag=test --skip-git -m \"chore(release): publish %s release\"", "prepare": "husky" }, "lint-staged": {