General Support Request
The following code is designed so that when docs are generated in the remote they are pushed back to the repo with the version update changes. This would then not require devs to have to run a build locally to address dynamically updated documents.
|
"@semantic-release/git", |
|
{ |
|
"assets": [ |
|
"./package.json", |
|
"./CHANGELOG.md", |
|
"./README.md", |
|
"./docs/api.md" |
|
] |
|
} |
|
], |
Possible Solution
Review functionality in test environment and validate if expectations are met.
Additional context
Also review all generated docs, there are additional docs that are being created/updated that are not part of this function.
Exit criteria
This issue can be closed once the functionality of the specific code is validated or there is a new issue to address the bug.
General Support Request
The following code is designed so that when docs are generated in the remote they are pushed back to the repo with the version update changes. This would then not require devs to have to run a build locally to address dynamically updated documents.
WC-Generator/template/package.json
Lines 108 to 117 in 4a488a1
Possible Solution
Review functionality in test environment and validate if expectations are met.
Additional context
Also review all generated docs, there are additional docs that are being created/updated that are not part of this function.
Exit criteria
This issue can be closed once the functionality of the specific code is validated or there is a new issue to address the bug.