forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog for 0.8.0 and add Lerna Changelog (facebook#1141)
- Loading branch information
1 parent
d70c3fa
commit f0b378e
Showing
4 changed files
with
171 additions
and
2 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 |
---|---|---|
|
@@ -6,3 +6,4 @@ my-app* | |
template/src/__tests__/__snapshots__/ | ||
lerna-debug.log | ||
npm-debug.log | ||
/.changelog |
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
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 |
---|---|---|
@@ -1,4 +1,16 @@ | ||
{ | ||
"lerna": "2.0.0-beta.30", | ||
"version": "independent" | ||
"version": "independent", | ||
"changelog": { | ||
"repo": "facebookincubator/create-react-app", | ||
"labels": { | ||
"tag: new feature": ":rocket: New Feature", | ||
"tag: breaking change": ":boom: Breaking Change", | ||
"tag: bug fix": ":bug: Bug Fix", | ||
"tag: enhancement": ":nail_care: Enhancement", | ||
"tag: documentation": ":memo: Documentation", | ||
"tag: internal": ":house: Internal" | ||
}, | ||
"cacheDir": ".changelog" | ||
} | ||
} |
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