Skip to content

Commit 030e8a1

Browse files
committed
ci: update
1 parent 46cc57d commit 030e8a1

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [main]
55
paths:
66
- 'libs/**/*.ts'
7+
- 'libs/**/package.json'
78
- '!libs/**/*.spec.ts'
89
workflow_dispatch:
910
inputs:

.release-it.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
"release": true,
88
"releaseNotes": "git log --no-merges --pretty=format:\"* %s %h\" ${latestTag}...main"
99
},
10-
"npm": {
11-
"publish": false,
12-
"skipChecks": true,
13-
"allowSameVersion": true
14-
},
10+
"npm": false,
1511
"plugins": {
1612
"@release-it-plugins/workspaces": {
1713
"skipChecks": true,

libs/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/cdk",
3-
"version": "18.2.0",
3+
"version": "18.3.0",
44
"description": "Angular-RU package",
55
"homepage": "https://github.com/Angular-RU/angular-ru-sdk/tree/master/libs/cdk#readme",
66
"bugs": "https://github.com/Angular-RU/angular-ru-sdk/issues",

libs/ngxs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ru/ngxs",
3-
"version": "18.2.0",
3+
"version": "18.3.0",
44
"description": "Angular-RU package",
55
"homepage": "https://github.com/Angular-RU/angular-ru-sdk/tree/master/libs/cdk#readme",
66
"bugs": "https://github.com/Angular-RU/angular-ru-sdk/issues",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)