Skip to content

Changelogs are updated with incorrect URLs if developer uses a non-standard URL for origin remote #72

@mcmire

Description

@mcmire

This tool uses the URL of the repository to populate links in the changelog when updating it. The logic to obtain this URL, however, is different from the logic that the auto-changelog executable uses when it validates the changelog. Namely, this tool uses git config --get remote.origin.url, whereas auto-changelog reads it from the package.json (in the case of a Yarn v3 project, anyway). We should make these the same so that create-release-branch does not update the changelog in such a way that makes it invalid.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions