Skip to content

Commit

Permalink
docs(module-tools): optimize the structure of bundleConfig docs (#4010)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jun 19, 2023
1 parent 0424a2d commit 5aad161
Show file tree
Hide file tree
Showing 10 changed files with 304 additions and 189 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export async function getDependencyReleaseLine() {}
```json title="package.json"
{
"devDependencies": {
"custom-changelog": "workspace: *",
"custom-changelog": "workspace:*",
...
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export async function getVersionMessage() {}
```json title="package.json"
{
"devDependencies": {
"custom-commit": "workspace: *",
"custom-commit": "workspace:*",
...
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,9 @@ export function getReleaseNoteLine() {}
```json title="package.json"
{
"devDependencies": {
"custom-release-note": "workspace: *",
"custom-release-note": "workspace:*",
...
}
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export async function getDependencyReleaseLine() {}
```json title="package.json"
{
"devDependencies": {
"custom-changelog": "workspace: *",
"custom-changelog": "workspace:*",
...
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export async function getVersionMessage() {}
```json title="package.json"
{
"devDependencies": {
"custom-commit": "workspace: *",
"custom-commit": "workspace:*",
...
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,9 @@ export function getReleaseNoteLine() {}
```json title="package.json"
{
"devDependencies": {
"custom-release-note": "workspace: *",
"custom-release-note": "workspace:*",
...
}
}
```

Expand Down
Loading

0 comments on commit 5aad161

Please sign in to comment.