forked from microsoft/powerplatform-build-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automated set-version for AzDevOps official builds with release-it (m…
…icrosoft#87) Co-authored-by: david@DAVID-PC <[email protected]>
- Loading branch information
1 parent
5a86bf6
commit a8590b5
Showing
7 changed files
with
4,849 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# https://github.com/release-it/release-it/blob/master/config/release-it.json | ||
|
||
hooks: {} | ||
|
||
# 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-build-tools | ||
|
||
# requireBranch: main | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.