-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy path.releaserc.yml
More file actions
37 lines (37 loc) · 1.15 KB
/
.releaserc.yml
File metadata and controls
37 lines (37 loc) · 1.15 KB
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
28
29
30
31
32
33
34
35
36
37
plugins:
- '@semantic-release/commit-analyzer'
- - '@semantic-release/exec'
- successCmd: echo 'yes' >> .release
failCmd: echo 'no' >> .release
- '@semantic-release/release-notes-generator'
- - '@semantic-release/npm'
- npmPublish: false
- '@semantic-release/github'
- - '@codedependant/semantic-release-docker'
- dockerImage: genesis/bot
dockerRegistry: ghcr.io
dockerProject: wfcd
dockerPlatform:
- 'linux/amd64'
- 'linux/arm64'
dockerFile: bot.Dockerfile
- - '@codedependant/semantic-release-docker'
- dockerImage: genesis/notifier
dockerRegistry: ghcr.io
dockerProject: wfcd
dockerPlatform:
- 'linux/amd64'
- 'linux/arm64'
dockerFile: notifier.Dockerfile
- - '@semantic-release/changelog'
- assets:
- CHANGELOG.md
- - '@semantic-release/git'
- assets:
- package.json
- CHANGELOG.md
# don't include the release notes, as it's already in the changelog
# and would blow up commitlint
message: 'ci(release): ${nextRelease.version} [skip ci]'
- '@eclass/semantic-release-sentry-releases'
branches: master