From 3e2dbd97a19b4d916227456d6ca54a96cc855137 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sat, 14 Jan 2023 17:54:31 +0330 Subject: [PATCH 1/4] Update release-drafter.yml --- .github/release-drafter.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d1e37b4..f64c2e2 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -81,7 +81,9 @@ autolabeler: body: - '/JIRA-[0-9]{1,4}/' -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-template: '- $TITLE (#$NUMBER)' +exclude-contributors: + - 'meysamhadeli' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: major: From 99bb47ab1133c448627ce8f5787ad164a10a2634 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sat, 14 Jan 2023 18:03:17 +0330 Subject: [PATCH 2/4] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b010f82..6add4cc 100644 --- a/.gitignore +++ b/.gitignore @@ -432,4 +432,6 @@ fabric.properties *.sln.iml # Tye -.tye/ \ No newline at end of file +.tye/ + +/CHANGELOG.md From da8eb2e3a58cc4070e2924f59aa2b519151e58f3 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sat, 14 Jan 2023 18:03:53 +0330 Subject: [PATCH 3/4] Update .dockerignore --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index d94cd38..2d3bcd3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -23,4 +23,5 @@ **/secrets.dev.yaml **/values.dev.yaml LICENSE -README.md \ No newline at end of file +README.md +CHANGELOG.md From 97ab9c06adf1362b524084c7c59638f0705f4066 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sat, 14 Jan 2023 18:04:36 +0330 Subject: [PATCH 4/4] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6add4cc..f683496 100644 --- a/.gitignore +++ b/.gitignore @@ -434,4 +434,4 @@ fabric.properties # Tye .tye/ -/CHANGELOG.md +CHANGELOG.md