Skip to content

Releases: mms-gianni/GitGenie

v0.2.2

12 May 06:29
Compare
Choose a tag to compare

Changelog

  • 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.

v0.2.1

08 May 14:31
Compare
Choose a tag to compare

Changelog

  • 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.

v0.2.0

07 May 21:57
Compare
Choose a tag to compare

Changelog

  • 7d174ce ABC-123 Add function to get the JIRA ticket number from the current git branch and prepend it to the commit message.

v0.1.1

06 May 22:04
Compare
Choose a tag to compare

Changelog

  • 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.

v0.1.0

05 May 20:17
Compare
Choose a tag to compare

Changelog

  • c21b4f2 Add a debug flag to print debug information when running GitGenie.

v0.0.15

04 May 19:21
Compare
Choose a tag to compare

Changelog

  • 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

v0.0.14

04 May 19:10
Compare
Choose a tag to compare

Changelog

  • fd10c8b Add a new file .gitgenie.yaml with configuration for GitGenie

v0.0.12

04 May 12:15
Compare
Choose a tag to compare

Changelog

  • eac5c29 Add instructions for blocking GitGenie in the repository and providing an example code block for creating the block file.

v0.0.11

04 May 11:41
Compare
Choose a tag to compare

Changelog

  • d1b3cb6 Modify the Genie API code to adjust the Max_tokens parameter value for very short inputs to 20

v0.0.10

03 May 20:28
Compare
Choose a tag to compare

Changelog

  • 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.