-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request