Skip to content

Commit

Permalink
Added VERSION file to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Aug 19, 2021
1 parent 86de91b commit e60563c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ release:
sort: DESC
formatted: ALWAYS
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
- label: 'feature'
title: 'Resolves #'
Expand Down Expand Up @@ -49,11 +51,14 @@ release:
- title: '⚙️ Dependencies'
labels:
- 'dependencies'
hide:
categories:
- 'Merge'
contributors:
- 'GitHub'
replacers:
- search: '\[chore\] '
replace: ''
- search: '\[deps\] '
replace: ''

announce:
slack:
Expand Down Expand Up @@ -110,3 +115,7 @@ distributions:
name: scoop
artifacts:
- path: connectors/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip

files:
artifacts:
- path: VERSION

0 comments on commit e60563c

Please sign in to comment.