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 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: diff --git a/.gitignore b/.gitignore index b010f82..f683496 100644 --- a/.gitignore +++ b/.gitignore @@ -432,4 +432,6 @@ fabric.properties *.sln.iml # Tye -.tye/ \ No newline at end of file +.tye/ + +CHANGELOG.md