Skip to content

Support not only .com #5

Open
Open
@kachkaev

Description

@kachkaev

Following conventional-changelog/get-pkg-repo#9 (comment)

Possible solution: in index.js

// before
string = string.replace('.com:', '.com/')
// after
string = string.replace(/\.([A-Za-z]+)\:/, '.$1/');

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions