Skip to content

Commit

Permalink
feat: apply tokens to every configuration field, including nested arr…
Browse files Browse the repository at this point in the history
…ays and objects
  • Loading branch information
TheUnderScorer committed Aug 24, 2023
1 parent 7aa5955 commit 1c4b886
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 63 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ $ nx semantic-release app-c --repositoryUrl "https://github.com/TheUnderScorer/n
| ${WORKSPACE_DIR}| Resolves to the current workspace direcory (ex. `/Users/theunderscorer/nx-monorepo`) |
The following options support tokens: `buildTarget`, `changelogFile`, `commitMessage`, `gitAssets`, `packageJsonDir`, `outputPath`, `plugins`'s options<sup>*</sup>, and `tagFormat`.
Every available option support tokens - this included nested objects and arrays.
You may see other tokens like `${nextRelease.version}`, those are tokens that are replaced by semantic-release itself.
Expand Down
185 changes: 185 additions & 0 deletions package-lock.json

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

27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,28 @@
"private": true,
"dependencies": {
"@nrwl/tao": "16.0.0",
"@nx/devkit": "16.0.0",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.2",
"cosmiconfig": "^7.0.1",
"deep-map": "^2.0.0",
"es6-weak-map": "^2.0.3",
"remeda": "^0.0.32",
"semantic-release": "20.1.0",
"semantic-release-plugin-decorators": "3.0.1",
"@nx/devkit": "16.0.0"
"semantic-release-plugin-decorators": "3.0.1"
},
"devDependencies": {
"@nx/eslint-plugin": "16.0.0",
"@nx/jest": "16.0.0",
"@nx/js": "16.0.0",
"@nx/linter": "16.0.0",
"@nx/node": "16.0.0",
"@nx/plugin": "16.0.0-rc.0",
"@nx/web": "16.0.0",
"@nx/workspace": "16.0.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "29.4.4",
"@types/node": "18.7.1",
Expand All @@ -70,22 +80,13 @@
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"nx": "16.0.0",
"nx-cloud": "16.0.5",
"prettier": "2.7.1",
"rimraf": "^4.1.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"ttypescript": "^1.5.13",
"type-fest": "^2.8.0",
"typescript": "4.9.5",
"nx-cloud": "16.0.5",
"@nx/workspace": "16.0.0",
"@nx/linter": "16.0.0",
"@nx/js": "16.0.0",
"@nx/eslint-plugin": "16.0.0",
"@nx/web": "16.0.0",
"@nx/jest": "16.0.0",
"@nx/plugin": "16.0.0-rc.0",
"@nx/node": "16.0.0"
"typescript": "4.9.5"
}
}

Loading

0 comments on commit 1c4b886

Please sign in to comment.