Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 12, 2024
1 parent 46cc57d commit 030e8a1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [main]
paths:
- 'libs/**/*.ts'
- 'libs/**/package.json'
- '!libs/**/*.spec.ts'
workflow_dispatch:
inputs:
Expand Down
6 changes: 1 addition & 5 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion libs/cdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion libs/ngxs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 030e8a1

Please sign in to comment.