Skip to content

Commit

Permalink
feat(release): dynamic release config via programmatic API (nrwl#27204)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry authored and ZackDeRose committed Aug 8, 2024
1 parent c95a90d commit e060b98
Show file tree
Hide file tree
Showing 14 changed files with 1,476 additions and 1,161 deletions.
6 changes: 6 additions & 0 deletions docs/generated/cli/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Type: `boolean`

Show help

### printConfig

Type: `string`

Print the resolved nx release configuration that would be used for the current command and then exit

### projects

Type: `string`
Expand Down
6 changes: 6 additions & 0 deletions docs/generated/packages/nx/documents/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Type: `boolean`

Show help

### printConfig

Type: `string`

Print the resolved nx release configuration that would be used for the current command and then exit

### projects

Type: `string`
Expand Down
1 change: 1 addition & 0 deletions packages/nx/release/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* @public Programmatic API for nx release
*/
export {
ReleaseClient,
release,
releaseChangelog,
releasePublish,
Expand Down
Loading

0 comments on commit e060b98

Please sign in to comment.