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
b65f874 Refactor the regular expression in the getTicket function to match only JIRA tickets that are found within words, with an added return statement if no matches are found.
eb13fd2 Add error handling to Execute function and print a message when -help flag is passed; in main, call Execute and initialize GitGenie with the returned config.
11869dd Add a Message struct and a getLogs() function to retrieve recent commit logs, which will be used to include Git commit logs as part of message generation within the submitToApiChat function in api.go.
5366a64 Update the Gitgenie YAML file to change the default language to English from German, add functionality to load repository specific configuration and remove the option to load the .gitgenie.yaml file as it was renamed to .gitgenie. Update function
6d22d03 The code changes add a new step to set the version in the release YAML file by getting the version string from the GITHUB_REF environment variable.