Skip to content

Commit

Permalink
refactor!: dynamically load releasers in ./releasers directory (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored May 19, 2020
1 parent a270337 commit e3b13a9
Show file tree
Hide file tree
Showing 52 changed files with 554 additions and 472 deletions.
24 changes: 8 additions & 16 deletions __snapshots__/changelog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
exports[
'ChangelogUpdater updateContent inserts content at appropriate location if CHANGELOG exists 1'
] = `
exports['ChangelogUpdater updateContent inserts content at appropriate location if CHANGELOG exists 1'] = `
# Changelog
[npm history][1]
Expand Down Expand Up @@ -53,11 +51,9 @@ exports[
01-28-2019 11:05 PST
`;
`

exports[
'ChangelogUpdater updateContent inserts content at appropriate location if CHANGELOG exists, and last release was a patch 1'
] = `
exports['ChangelogUpdater updateContent inserts content at appropriate location if CHANGELOG exists, and last release was a patch 1'] = `
# Changelog
[npm history][1]
Expand All @@ -79,22 +75,18 @@ exports[
03-18-2019 13:47 PDT
`;
`

exports[
'ChangelogUpdater updateContent populates a new CHANGELOG if none exists 1'
] = `
exports['ChangelogUpdater updateContent populates a new CHANGELOG if none exists 1'] = `
# Changelog
## 2.0.0
* added a new foo to bar.
`;
`

exports[
'ChangelogUpdater updateContent inserts content at appropriate location in yoshi-ruby style CHANGELOG 1'
] = `
exports['ChangelogUpdater updateContent inserts content at appropriate location in yoshi-ruby style CHANGELOG 1'] = `
# Release History
## 0.7.0
Expand Down Expand Up @@ -146,4 +138,4 @@ exports[
* Initial release
`;
`
Loading

0 comments on commit e3b13a9

Please sign in to comment.