forked from microsoft/powerplatform-cli-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release-it.yaml
executable file
·33 lines (28 loc) · 951 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
# /~https://github.com/release-it/release-it/blob/master/config/release-it.json
hooks:
'after:release': 'echo ##vso[task.setvariable variable=CLI_WRAPPER_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-cli-wrapper
requireCommits: false
requireCleanWorkingDir: false
tag: true
tagArgs: [ '--force' ]
tagAnnotation: |
build ${version}:
${changelog}
tagName: 'v${version}'
#/~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