Skip to content

wc-generator: validate post-back code works as expected #426

Description

@blackfalcon

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions