Skip to content

Commit

Permalink
Adding sweet-changelogs config
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Jan 5, 2018
1 parent 4a5d46f commit 28373e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ bower_components

# Other
.DS_Store

.env
yarn.lock
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.7
8.4.0
6 changes: 6 additions & 0 deletions .sweet-changelogs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
filename: 'HISTORY.md',
message: ({ pr, user }) =>
`* ${pr.title}, thanks [${user.name ||
user.login}](${user.url}) - [see PR](${pr.url})`,
};

0 comments on commit 28373e1

Please sign in to comment.