Skip to content

Allow generation of changelog for specific components #109

@OddBloke

Description

@OddBloke

I have a workspace that contains a library and a binary (distro-info and ubuntu-distro-info respectively in the examples below). These are released as separate crates, so I would like to maintain their changelogs separately, to make it easier for users of each separate component to understand what it is that changed. I'd like to be able to invoke clog-cli something like this:

clog -r https;//github.com/OddBloke/distro-info-rs --component distro-info
(cd ubuntu-distro-info;
 clog -r https;//github.com/OddBloke/distro-info-rs --component ubuntu-distro-info)

For changes which affect everything, I would like to be able to use an "all" component, so being able to specify more than one component would be ideal:

clog -r https;//github.com/OddBloke/distro-info-rs --component distro-info --component all

(Potentially there could be a way of including/excluding the empty component, which could allow it to serve as the "all" component.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions