From e60563c9cb0039cf65c21525b8e4f6cd0062af65 Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Wed, 18 Aug 2021 23:41:00 -0700 Subject: [PATCH] Added VERSION file to releases --- jreleaser.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/jreleaser.yml b/jreleaser.yml index 1b460cd31..6ab1c3d5d 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -22,6 +22,8 @@ release: sort: DESC formatted: ALWAYS format: '- {{commitShortHash}} {{commitTitle}}' + contributors: + format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}' labelers: - label: 'feature' title: 'Resolves #' @@ -49,11 +51,14 @@ release: - title: '⚙️ Dependencies' labels: - 'dependencies' + hide: + categories: + - 'Merge' + contributors: + - 'GitHub' replacers: - search: '\[chore\] ' - replace: '' - search: '\[deps\] ' - replace: '' announce: slack: @@ -110,3 +115,7 @@ distributions: name: scoop artifacts: - path: connectors/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip + +files: + artifacts: + - path: VERSION \ No newline at end of file