Skip to content

Commit

Permalink
chore: set up Nx release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Dubrava committed Jul 8, 2024
1 parent 15d182b commit 69dd7e4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ testem.log
environment.local.ts
.angular
.nx/cache
.env

# System Files
.DS_Store
Expand Down
4 changes: 0 additions & 4 deletions libs/angular-yandex-maps-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [18.0.0](https://github.com/ddubrava/angular8-yandex-maps/compare/v17.1.0...v18.0.0) (2024-06-02)

### Features
Expand Down
12 changes: 10 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,18 @@
},
"useInferencePlugins": false,
"release": {
"projects": ["angular-yandex-maps-v2", "angular-yandex-maps-v3"],
"projectsRelationship": "independent",
"projects": ["angular-yandex-maps-v2", "angular-yandex-maps-v3"],
"version": {
"conventionalCommits": true
},
"changelog": {
"projectChangelogs": true
"projectChangelogs": {
"createRelease": "github",
"renderOptions": {
"authors": false
}
}
}
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"test": "nx run-many -t test",
"test:coverage": "npm run test -- --codeCoverage",
"-------------------------------- Lint": "",
"lint": "nx run-many -t lint"
"lint": "nx run-many -t lint",
"-------------------------------- Release": "",
"release:": "npm run build:lib:v2 && npm run build:lib:v3 && nx release --dry-run"
},
"dependencies": {
"@angular/animations": "18.0.1",
Expand Down

0 comments on commit 69dd7e4

Please sign in to comment.