forked from microsoft/azure-pipelines-tasks
-
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.
Added notes for task version bump - cut off date (microsoft#16292)
Co-authored-by: Konstantin Tyukalov <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Bumping task version | ||
To bump task version - please change 'version' field in task.json and task.loc.json files following the steps below: | ||
1. Check current Azure DevOps sprint - https://whatsprintis.it/ | ||
2. If sprint number differs from current minor number - set it to current sprint number, set patch to 0 | ||
2. If sprint number differs from current minor number - set it to current sprint number, set patch to 0. Since there is cut off on Tuesday of the 3rd week of the sprint - for changes on 3rd sprint week after Tuesday - set it up as (current sprint number) + 1. For this case changes will be shipped with the next release. | ||
3. If the minor version and the sprint number are the same - increase patch number | ||
|
||
For major changes (large behavioral changes or changes without backward support) increase major number. |