You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`changelog-gen` is a command that will generate a changelog entry based on the information passed and the information retrieved from the Github repository.
4
+
5
+
The changelog template by default is as follow but also can be passed as parameter:
$ changelog-gen -type improvement -service monitoring -description "optimize the monitoring endpoint to avoid losing logs when under high load"
27
+
```
28
+
if parameters are missing the command will prompt to fill them, the pr number is optional and if not provided the command will try to guss it based on the current branch name (current folder)
29
+
30
+
31
+
## Results
32
+
33
+
Any failures will be logged to stderr. The entry will be written in the current folder
0 commit comments