Skip to content

Commit

Permalink
chore: type in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiTsok authored Oct 30, 2023
1 parent d64e666 commit 6f7b20d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ $ nx semantic-release app-c --repositoryUrl "https://github.com/TheUnderScorer/n
| Token | Expands into |
| --------------- | --------------------------------------------------------------------------------------------- |
| ${RELATIVE PROJECT_DIR} | Resolves to the current project relative direcory within the current workspace (ex. `apps/app-a`) |
| ${PROJECT_DIR} | Resolves to the current project direcory (ex. `/Users/theunderscorer/nx-monorepo/apps/app-a`) |
| ${RELATIVE_PROJECT_DIR} | Resolves to the current project relative directory within the current workspace (ex. `apps/app-a`) |
| ${PROJECT_DIR} | Resolves to the current project directory (ex. `/Users/theunderscorer/nx-monorepo/apps/app-a`) |
| ${PROJECT_NAME} | Resolves to the current project name (ex. `app-a`) |
| ${WORKSPACE_DIR}| Resolves to the current workspace direcory (ex. `/Users/theunderscorer/nx-monorepo`) |
| ${WORKSPACE_DIR}| Resolves to the current workspace directory (ex. `/Users/theunderscorer/nx-monorepo`) |
Every available option support tokens - this included nested objects and arrays.
Expand Down

0 comments on commit 6f7b20d

Please sign in to comment.