-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.releaserc.yml
More file actions
21 lines (19 loc) · 856 Bytes
/
.releaserc.yml
File metadata and controls
21 lines (19 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
branches: master
plugins:
- - "@semantic-release/commit-analyzer"
- preset: conventionalcommits
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
- "@semantic-release/changelog"
- - "@semantic-release/exec"
- # verifyRelease - Tag has not been created (is created after prepare) and version
# has not been set at this point, so verification of the version is not possible,
# but verification of dependencies
verifyReleaseCmd: ./gradlew verifyNoSnapshotDependencies
# publish - verify that version is release version and perform publishing tasks
publishCmd: ./gradlew showVersion verifyReleaseVersion publishPlugins publishToSonatype closeAndReleaseSonatypeStagingRepository
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- "@semantic-release/github"