Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added notes for task version bump - cut off date #16292

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/taskversionbumping.md
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.