Skip to content

Commit 549adc1

Browse files
committed
docs [skip ci]
2 parents cb3fbba + 56d3f3b commit 549adc1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/release-drafter.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ categories:
1313
- title: '📖 Documentation'
1414
labels:
1515
- 'Documentation'
16+
- title: '🔨 Maintenance'
17+
labels:
18+
- 'chore'
19+
- 'Cleanup'
1620
- title: '↗️ Dependencies'
1721
labels:
1822
- 'dependencies'
@@ -25,10 +29,15 @@ version-resolver:
2529
minor:
2630
labels:
2731
- 'minor'
32+
- 'enhancement'
33+
- 'new feature'
2834
patch:
2935
labels:
3036
- 'patch'
31-
default: patch
37+
- 'fix'
38+
- 'bugfix'
39+
- 'bug'
40+
default: minor
3241
template: |
3342
## Changes
3443

app/code/core/Mage/Reports/Model/Resource/Report/Collection/Abstract.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ public function getSelectCountSql()
288288
*
289289
* @param array $storeIds
290290
* @return $this
291+
* @see Mage_Reports_Model_Resource_Report_Product_Viewed_Collection
292+
* @see Mage_Sales_Model_Resource_Report_Bestsellers_Collection
291293
*/
292294
public function addStoreRestrictions($storeIds)
293295
{

0 commit comments

Comments
 (0)