-
Notifications
You must be signed in to change notification settings - Fork 38
/
.release-it.yaml
35 lines (30 loc) · 963 Bytes
/
.release-it.yaml
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
# https://github.com/release-it/release-it/blob/master/config/release-it.json
hooks:
'after:release': 'echo ##vso[task.setvariable variable=PPVSC_VERSION;]${version}'
# https://github.com/release-it/release-it/blob/master/docs/git.md
git:
addUntrackedFiles: false
commit: false
push: true
# need to specify pushRepo, since AzDO insists on disconnected refs, breaking upstream
requireUpstream: false
pushArgs: [ '--tags' ]
pushRepo: https://github.com/microsoft/powerplatform-vscode
# requireBranch: main
requireCommits: false
requireCleanWorkingDir: false
tag: true
tagArgs: [ '--force' ]
tagAnnotation: |
build ${version}:
${changelog}
tagName: 'v${version}'
getLatestTagFromAllRefs: true
#https://github.com/release-it/release-it/blob/master/docs/npm.md
npm:
ignoreVersion: true
publish: false
# https://github.com/release-it/release-it/blob/master/docs/github-releases.md
github:
draft: true
release: false