From 6af6ac3fb47ed316dc38bd0f7fba9e58cb0aa524 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Tue, 14 Nov 2023 13:50:32 +0100 Subject: [PATCH] feat(neoai): enhance plugin setup Added additional configurations to the NeoAI plugin setup in the lua script . This offers more customization options for users. Related update: b/after/plugin/neoai.lua --- after/plugin/neoai.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/after/plugin/neoai.lua b/after/plugin/neoai.lua index ac2ae55..e825666 100644 --- a/after/plugin/neoai.lua +++ b/after/plugin/neoai.lua @@ -45,6 +45,23 @@ require("neoai").setup({ [optional body] [optional footer(s)] + Here are some examples of commit messages: + ========================================= + feat: holiday-themed devcard + + Our DevCard now features a holiday theme for both Halloween and Christmas! + This also includes a link pointing to Chris' article on how to embed it on your GitHub Profile. + + DD-267 #done + ========================================= + build(extension): version 3.8.0 + ========================================= + chore!: drop Node 6 from testing matrix + + BREAKING CHANGE: dropping Node 6 which hits end of life in April + ========================================= + ci: use pulumi common new kubernetes helpers + ========================================= Using the following git diff generate a consise and clear git commit message, with a short title summary that is 75 characters or less.