-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.releaserc.yml
More file actions
23 lines (23 loc) · 703 Bytes
/
.releaserc.yml
File metadata and controls
23 lines (23 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
branches:
- master
plugins:
- "@semantic-release/commit-analyzer"
- - "@semantic-release/exec"
- prepareCmd: .github/scripts/update-cargo-version ${nextRelease.version}
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- Cargo.toml
- - "@semantic-release/github"
- assets:
- path: artifacts/ubuntu-latest/totp
name: totp-linux
- path: artifacts/macos-latest/totp
name: totp-macos
- path: artifacts/windows-latest/totp.exe
name: totp-windows.exe
- "@semantic-release-cargo/semantic-release-cargo"
tagFormat: "${version}"