Skip to content

Support release template to link updated dependencies #15

@tunnckoCore

Description

@tunnckoCore

Renovate has commit patter, on which we can parse and get the updated dependency and replace it with a link [@tunnckocore/pretty-config](link-to-resolved-homepage-of-that-package).

Should parse the locals.commit.subject to get the name update dependency <packageName> to

https://github.com/tunnckoCore/new-release-app/blob/c3d078798ba2bfb32a50b094188cfcb16f5fe7f7/src/index.js#L199-L203

let subject = locals.commit.subject
subject = subject.replace(/update dependency (.*) to/, 'https://ghub.io/$1')

locals.commit.subject = subject

image

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