From 030e8a1a6ec37b344cf3c439a87014f298ce02c8 Mon Sep 17 00:00:00 2001 From: splincode Date: Fri, 12 Jul 2024 12:57:07 +0300 Subject: [PATCH] ci: update --- .github/workflows/release.yml | 1 + .release-it.json | 6 +----- libs/cdk/package.json | 2 +- libs/ngxs/package.json | 2 +- package-lock.json | 4 ++-- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 112914e38..225be9a77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: branches: [main] paths: - 'libs/**/*.ts' + - 'libs/**/package.json' - '!libs/**/*.spec.ts' workflow_dispatch: inputs: diff --git a/.release-it.json b/.release-it.json index 022c212a3..416b48963 100644 --- a/.release-it.json +++ b/.release-it.json @@ -7,11 +7,7 @@ "release": true, "releaseNotes": "git log --no-merges --pretty=format:\"* %s %h\" ${latestTag}...main" }, - "npm": { - "publish": false, - "skipChecks": true, - "allowSameVersion": true - }, + "npm": false, "plugins": { "@release-it-plugins/workspaces": { "skipChecks": true, diff --git a/libs/cdk/package.json b/libs/cdk/package.json index 77b2bf9b6..3dc4706f4 100644 --- a/libs/cdk/package.json +++ b/libs/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@angular-ru/cdk", - "version": "18.2.0", + "version": "18.3.0", "description": "Angular-RU package", "homepage": "https://github.com/Angular-RU/angular-ru-sdk/tree/master/libs/cdk#readme", "bugs": "https://github.com/Angular-RU/angular-ru-sdk/issues", diff --git a/libs/ngxs/package.json b/libs/ngxs/package.json index 387da8ba1..d7254969f 100644 --- a/libs/ngxs/package.json +++ b/libs/ngxs/package.json @@ -1,6 +1,6 @@ { "name": "@angular-ru/ngxs", - "version": "18.2.0", + "version": "18.3.0", "description": "Angular-RU package", "homepage": "https://github.com/Angular-RU/angular-ru-sdk/tree/master/libs/cdk#readme", "bugs": "https://github.com/Angular-RU/angular-ru-sdk/issues", diff --git a/package-lock.json b/package-lock.json index 6adc3e267..c44c121cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,12 +61,12 @@ }, "libs/cdk": { "name": "@angular-ru/cdk", - "version": "18.2.0", + "version": "18.3.0", "license": "MIT" }, "libs/ngxs": { "name": "@angular-ru/ngxs", - "version": "18.2.0", + "version": "18.3.0", "license": "MIT" }, "node_modules/@ampproject/remapping": {