forked from ViRb3/SylphyHornEx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.releaserc.yml
38 lines (33 loc) · 1014 Bytes
/
.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
28
29
30
31
32
33
34
35
36
37
38
---
branches:
- develop
plugins:
- "@semantic-release/commit-analyzer"
- #
- "@google/semantic-release-replace-plugin"
- replacements:
- files:
- source/SylphyHorn/Properties/AssemblyInfo.cs
from: '\[assembly: AssemblyVersion\(".+"\)\]'
to: '[assembly: AssemblyVersion("${nextRelease.version}")]'
results:
- file: source/SylphyHorn/Properties/AssemblyInfo.cs
hasChanged: true
numMatches: 1
numReplacements: 1
countMatches: true
- #
- "@semantic-release/git"
- assets:
- source/SylphyHorn/Properties/AssemblyInfo.cs
message: "chore(release): ${nextRelease.version} [skip ci]"
- #
- "@semantic-release/exec"
- prepareCmd: "powershell -ep bypass -file build.ps1"
- "@semantic-release/release-notes-generator"
- #
- "@semantic-release/github"
- successComment: false
failComment: false
assets:
- path: SylphyHornEx.zip