Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: dynamically load releasers in ./releasers directory #439

Merged
merged 5 commits into from
May 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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