Skip to content

Commit

Permalink
Added PR template and task version bumping steps (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoly Bolshakov authored Jul 27, 2020
1 parent 64e30ae commit b9d2740
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
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
7 changes: 7 additions & 0 deletions docs/taskversionbumping.md
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.

0 comments on commit b9d2740

Please sign in to comment.