-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.release-it.yml
More file actions
29 lines (29 loc) · 718 Bytes
/
.release-it.yml
File metadata and controls
29 lines (29 loc) · 718 Bytes
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
git:
changelog: ""
requireCleanWorkingDir: true
requireBranch: main
requireUpstream: true
requireCommits: true
addUntrackedFiles: false
commit: true
commitMessage: "Release v${version}."
tag: true
tagName: "v${version}"
tagAnnotation: "Release v${version}."
push: true
plugins:
"@release-it/keep-a-changelog":
filename: CHANGELOG.md
addUnreleased: true
addVersionUrl: true
head: main
versionUrlFormats:
unreleasedUrl: "{repositoryUrl}/-/compare/{tagName}...{head}"
versionUrl: "{repositoryUrl}/-/compare/{previousTag}...{tagName}"
firstVersionUrl: "{repositoryUrl}/-/tags/{tagName}"
npm:
publish: true
github:
release: false
gitlab:
release: false