UNPKG

@invisible/changelog-update

Version:

Ensure updates to your changelog, and push them to Slack seamlessly

10 lines (6 loc) 262 B
'use strict' const { lastChangelogUpdate } = require('./helpers') const { CHANGELOG_FILE } = require('./constants') const run = ({ changelogFile = CHANGELOG_FILE, commitHash } = {}) => lastChangelogUpdate({ changelogFile, commitHash }) module.exports = run