-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added PR template and task version bumping steps (#184)
- Loading branch information
Anatoly Bolshakov
authored
Jul 27, 2020
1 parent
64e30ae
commit b9d2740
Showing
2 changed files
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
**Task name**: <Name of changed or new pipeline task> | ||
|
||
**Description**: <Describe your changes here> | ||
|
||
**Documentation changes required:** (Y/N) <Please mark if documentation changes are required> | ||
|
||
**Added unit tests:** (Y/N) <Please mark if unit tests were added or updated according changes> | ||
|
||
**Attached related issue:** (Y/N) <Please add link to related issue here> | ||
|
||
**Checklist**: | ||
- [ ] Task version was bumped - please check [instruction](https://github.com/microsoft/google-play-vsts-extension/tree/master/docs/taskversionbumping.md) how to do it | ||
- [ ] Checked that applied changes work as expected |
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,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 | ||
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. |