Skip to content

Commit 36788f0

Browse files
author
Austin Green
committed
Address JZ comments
1 parent c08add7 commit 36788f0

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
> - :rocket: New Feature
66
> - :bug: Bug Fix
77
> - :memo: Documentation
8-
> - :bouquet: Internal
8+
> - :seedling: Internal
99
1010
_Note: Gaps between patch versions are faulty, broken or test releases._
1111

12-
See [individual changelogs](https://github.com/zendeskgarden/react-components/tree/930d97a0c923a98aa821a475c2557ceda22bec2c)
13-
for pre `v6.x` changes.
14-
1512
<!-- DO NOT MODIFY BELOW THIS COMMENT -->
1613
<!-- insert-new-changelog-here -->

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"PR: New Feature :rocket:": ":rocket: New Feature",
1111
"PR: Bug Fix :bug:": ":bug: Bug Fix",
1212
"PR: Docs :memo:": ":memo: Documentation",
13-
"PR: Internal :bouquet:": ":bouquet: Internal"
13+
"PR: Internal :seedling:": ":seedling: Internal"
1414
}
1515
},
1616
"ignoreChanges": ["*.md", "*.spec.js", "**/__snapshots__/**", "styleguide.config.js"],

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
}
2828
}
2929
],
30-
"labels": ["PR: Internal :bouquet:"],
31-
"reviewers": ["zendeskgarden/maintainers"]
30+
"labels": ["PR: Internal :seedling:"],
31+
"reviewers": ["ryanseddon", "jzempel", "austin94"]
3232
}

0 commit comments

Comments
 (0)