Skip to content

Commit

Permalink
ci: improve config
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 12, 2024
1 parent cd3521e commit 678d355
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

8 changes: 7 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
"allowSameVersion": true
},
"hooks": {
"after:bump": "npx auto-changelog -p && npx ts-node scripts/postbump && npx nx run-many -t build --parallel=false --exclude demo && npx nx run-many -t publish --parallel=false --exclude demo",
"after:bump": [
"npx auto-changelog -p",
"npx prettier CHANGELOG.md --write",
"npx ts-node scripts/postbump",
"npx nx run-many -t build --parallel=false --exclude demo",
"npx nx run-many -t publish --parallel=false --exclude demo"
],
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
}
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: compat for legacy modules [`#559`](https://github.com/taiga-family/ng-web-apis/pull/559)
- feat: drop postfix [`#555`](https://github.com/taiga-family/ng-web-apis/pull/555)
- fix: update peerDependencies [`#556`](https://github.com/taiga-family/ng-web-apis/pull/556)
- feat(universal): bundle mocks with the related libs and remove global `mocks.js` [`#350`](https://github.com/taiga-family/ng-web-apis/pull/350)
- feat(universal): bundle mocks with the related libs and remove global `mocks.js`
[`#350`](https://github.com/taiga-family/ng-web-apis/pull/350)
- feat!: move to standalone [`#332`](https://github.com/taiga-family/ng-web-apis/pull/332)
- feat(audio): move to standalone [`#329`](https://github.com/taiga-family/ng-web-apis/pull/329)
- feat!: upgrade to Angular 15 [`#317`](https://github.com/taiga-family/ng-web-apis/pull/317)
- feat(permissions): remove deprecated `PushPermissionState` [`#261`](https://github.com/taiga-family/ng-web-apis/pull/261)
- feat(permissions): remove deprecated `PushPermissionState`
[`#261`](https://github.com/taiga-family/ng-web-apis/pull/261)
- feat: add `ScreenOrientationService` [`#226`](https://github.com/taiga-family/ng-web-apis/pull/226)
- feat: new `@ng-web-apis/notification` package (Notification API) [`#123`](https://github.com/taiga-family/ng-web-apis/pull/123)
- fix(speech, view-transition): add peer dependencies on appropriate types [`#119`](https://github.com/taiga-family/ng-web-apis/pull/119)
- feat: new `@ng-web-apis/notification` package (Notification API)
[`#123`](https://github.com/taiga-family/ng-web-apis/pull/123)
- fix(speech, view-transition): add peer dependencies on appropriate types
[`#119`](https://github.com/taiga-family/ng-web-apis/pull/119)
- fix: view transition deploy [`#118`](https://github.com/taiga-family/ng-web-apis/pull/118)
- feat: add View Transition API package [`#117`](https://github.com/taiga-family/ng-web-apis/pull/117)
- fix(universal): add secondary entry point for mocks [`#112`](https://github.com/taiga-family/ng-web-apis/pull/112)
Expand All @@ -43,4 +47,5 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: audio [`#74`](https://github.com/taiga-family/ng-web-apis/pull/74)
- refactor: routes [`#73`](https://github.com/taiga-family/ng-web-apis/pull/73)
- feat: add `universal` [`#71`](https://github.com/taiga-family/ng-web-apis/pull/71)
- fix: coverage bandges [`3916016`](https://github.com/taiga-family/ng-web-apis/commit/39160166d865b37da18aa6358de9966486046969)
- fix: coverage bandges
[`3916016`](https://github.com/taiga-family/ng-web-apis/commit/39160166d865b37da18aa6358de9966486046969)

0 comments on commit 678d355

Please sign in to comment.