How to use the Python API to generate the changelog? #45
-
I am able to use this package on command line and it generates a changelog. However, when using the I would appreciate any support with this. Here's how I am running it:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Try setting |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply! I tried that but unfortunately I think I am still not getting the expected output. Let me try to elaborate:
I want the CLI behavior but using the API function. So, I'd like the sections of the changes added to the change log file. |
Beta Was this translation helpful? Give feedback.
-
Thanks for elaborating 🙂 |
Beta Was this translation helpful? Give feedback.
-
Thanks, that worked! I appreciate the help. Could you explain how the different conventions work (and why the angular did not work), or if there's a link that you can point to that I can read more about it. |
Beta Was this translation helpful? Give feedback.
Thanks for elaborating 🙂
Then it seems like you're using the wrong commit message convention: try using
convention="basic"
instead.