-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.yml
More file actions
56 lines (52 loc) · 1.4 KB
/
project.yml
File metadata and controls
56 lines (52 loc) · 1.4 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
vars:
version: "master"
name: "dsTNR"
repository: "dsTNR"
mode: "FULL"
pack: "[[name]].[[version]].[[mode]].isx"
project: "[[project]]"
scripts:
test:
- bash
- ./tests/test-all.sh
- "[[project]]"
release:
branch: master
repositoryUrl: https://gitlab.com/nsitbim/satellites/dsplus/datastagetnr.git
verifyConditions: ["@semantic-release/gitlab"]
plugins:
"@semantic-release/commit-analyzer":
preset: conventionalcommits
releaseRules:
- type: fix
release: patch
- type: evol
release: minor
- type: init
release: major
"@semantic-release/release-notes-generator":
preset: conventionalcommits
presetConfig:
types:
- type: fix
section: Fixes
hidden: false
- type: major
section: Major release
hidden: false
- type: init
section: First release
hidden: false
- type: evol
section: Evolutions
hidden: false
"@semantic-release/gitlab":
assets:
- path: "dsTNR.isx"
label: artifact
- path: "dsTNR.delta.isx"
label: diff artifact
- path: "index.html"
label: Project overview
- path: "issues.html"
label: Quality issues