BobAnkh / auto-generate-changelog

A Github Action to generate CHANGELOG automatically according to conventional commits. Feel free to contribute!
Apache License 2.0
82 stars 23 forks source link

[enhancement] add local mode #19

Closed BobAnkh closed 3 years ago

BobAnkh commented 4 years ago

Is your feature request related to a problem? Please describe

The main script now can only be conducted on Github Action, for it is using information from workflow(in yaml format). It is not convenient for developers to debug in their own PC.

Description of the new feature/enhancement

Add a new argument -m to choose mode. Default set to github, which means to read parameters from workflow. Set -m local means use local input or config file. Alse, local mode doesn't upload the content generated.

Proposed technical implementation details (optional)

As above.

Additional context

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 0.99. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

gitmagic-app[bot] commented 4 years ago

All sorted. :thumbsup:

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.