PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@lerna/conventional-commits/lib

Просмотр файла: constants.js

"use strict";

// changelogs are always written with LF line endings
const EOL = "\n";

exports.EOL = EOL;

exports.BLANK_LINE = EOL + EOL;

exports.COMMIT_GUIDELINE =
  "See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.";

exports.CHANGELOG_HEADER = [
  "# Change Log",
  "",
  "All notable changes to this project will be documented in this file.",
  exports.COMMIT_GUIDELINE,
].join(EOL);

Выполнить команду


Для локальной разработки. Не используйте в интернете!