Skip to content

Exposing functionality through JavaScript #305

@abdul-alhasany

Description

@abdul-alhasany

Describe the feature

Hi
Is it possible to run changelogen through JavaScript instead of CLI?

I have an action where I need to grap the plain changelog for the latest version and pipe it to another action. Currently, I am using changelogen --output where I remove the headline #Changelog and other information to end up with only the changes.

This is an example: https://github.com/kalimahapps/taqsim/blob/main/.github/workflows/release.yml#L44

While this works, it is very hacky. I think the proper way to either expose functionality through JavaScript where I can get the changes only, or add a CLI flag to do the same.

Additional information

  • Would you be willing to help implement this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions