-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
17 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 |
---|---|---|
@@ -1,21 +1,14 @@ | ||
assembly-versioning-scheme: MajorMinorPatch | ||
mode: ContinuousDelivery | ||
continuous-delivery-fallback-tag: 'ci' | ||
# If your package version contains one of the following, they will not be visible from the older clients | ||
# (NuGet clients before 4.3.0 or Visual Studio before 2017 version 15.3): | ||
# The pre-release label is dot-separated, e.g. 1.0.0-alpha.1 | ||
# The version has build-metadata, e.g. 1.0.0+githash We recommend you consider this to be a beta-feature until a significant majority of our users are on these latest clients that understand Semantic Versioning 2.0.0. | ||
# See https://devblogs.microsoft.com/nuget/whats-nu-in-nuget-with-visual-studio-2017-version-15-3/#support-for-semantic-versioning-200 | ||
legacy-semver-padding: 1 | ||
build-metadata-padding: 1 | ||
commits-since-version-source-padding: 1 | ||
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-,/\\\\]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)" | ||
minor-version-bump-message: "^(feat)(\\([\\w\\s-,/\\\\]*\\))?:" | ||
patch-version-bump-message: "^(fix|perf)(\\([\\w\\s-,/\\\\]*\\))?:" | ||
branches: | ||
main: | ||
regex: ^main$ | ||
tag: 'ci' | ||
label: 'ci' | ||
pull-request: | ||
regex: ^(pull|pull\-requests|pr)[/-] | ||
mode: ContinuousDelivery | ||
tag: pr | ||
label: pr | ||
ignore: | ||
sha: [] |