How to use the standard-changelog.checkpoint function in standard-changelog

To help you get started, we’ve selected a few standard-changelog examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github algolia / shipjs / packages / shipjs-cli / src / util / generateChangelog.js View on Github external
.on('finish', function() {
          standardChangelog.checkpoint('appended changes to %s', [
            options.outfile,
          ]);
          resolve();
        });
    } else {
github algolia / shipjs / packages / shipjs-cli / src / util / generateChangelog.js View on Github external
.on('finish', function() {
              standardChangelog.checkpoint('output changes to %s', [
                options.outfile,
              ]);
              rimraf.sync(tmp);
              resolve();
            });
        });

standard-changelog

Generate a changelog from git metadata with Angular commit convention.

ISC
Latest version published 3 months ago

Package Health Score

82 / 100
Full package analysis