-
Notifications
You must be signed in to change notification settings - Fork 1
/
.releaserc.yml
27 lines (26 loc) · 1.17 KB
/
.releaserc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
branches:
- master
plugins:
- - "@semantic-release/commit-analyzer"
# see https://github.com/semantic-release/commit-analyzer?tab=readme-ov-file#options
- preset: conventionalcommits
- - "@semantic-release/release-notes-generator"
# see https://github.com/semantic-release/release-notes-generator?tab=readme-ov-file#options
- preset: conventionalcommits
presetConfig:
issuePrefixes: ['WGS-']
issueUrlFormat: 'https://wetransform.atlassian.net/servicedesk/customer/portal/1/{{prefix}}{{id}}'
parserOpts:
# https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#referenceactions
# set to null to reference an issue without action (but will still show it "closes" the issue in the changelog)
# referenceActions: null
- "@semantic-release/changelog"
- - "@semantic-release/exec"
- prepareCmd: bash -c "rm -rf ./build/distributions && ./gradlew assembleDist"
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- - "@semantic-release/github"
- assets:
- build/distributions/*