git-release-manager 0.0.11 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +160 -160
- package/dist/cli/types/BranchCliArgs.js +0 -0
- package/dist/cli/types/BranchCliArgs.js.map +0 -0
- package/dist/cli/types/BranchCreateCliArgs.js +0 -0
- package/dist/cli/types/BranchCreateCliArgs.js.map +0 -0
- package/dist/cli/types/BranchDeleteCliArgs.js +3 -0
- package/dist/cli/types/BranchDeleteCliArgs.js.map +1 -0
- package/dist/{commands/flow/types/VersionSetCliArgs.js → cli/types/BranchListCliArgs.js} +1 -1
- package/dist/cli/types/BranchListCliArgs.js.map +1 -0
- package/dist/cli/types/BranchMergeCliArgs.js +3 -0
- package/dist/cli/types/BranchMergeCliArgs.js.map +1 -0
- package/dist/cli/types/BranchProtectCliArgs.js +3 -0
- package/dist/cli/types/BranchProtectCliArgs.js.map +1 -0
- package/dist/cli/types/BranchRebaseCliArgs.js +3 -0
- package/dist/cli/types/BranchRebaseCliArgs.js.map +1 -0
- package/dist/cli/types/BranchSwitchCliArgs.js +3 -0
- package/dist/cli/types/BranchSwitchCliArgs.js.map +1 -0
- package/dist/cli/types/BranchUnProtectCliArgs.js +3 -0
- package/dist/cli/types/BranchUnProtectCliArgs.js.map +1 -0
- package/dist/cli/types/ChangelogCliArgs.js +0 -0
- package/dist/cli/types/ChangelogCliArgs.js.map +0 -0
- package/dist/cli/types/ChangelogGenerateCliArgs.js +0 -0
- package/dist/cli/types/ChangelogGenerateCliArgs.js.map +0 -0
- package/dist/cli/types/CliArgs.js +0 -0
- package/dist/cli/types/CliArgs.js.map +0 -0
- package/dist/cli/types/CommitAmendCliArgs.js +3 -0
- package/dist/cli/types/CommitAmendCliArgs.js.map +1 -0
- package/dist/cli/types/CommitCliArgs.js +0 -0
- package/dist/cli/types/CommitCliArgs.js.map +0 -0
- package/dist/cli/types/CommitCreateCliArgs.js +0 -0
- package/dist/cli/types/CommitCreateCliArgs.js.map +0 -0
- package/dist/cli/types/CommitListCliArgs.js +0 -0
- package/dist/cli/types/CommitListCliArgs.js.map +0 -0
- package/dist/cli/types/VersionCliArgs.js +0 -0
- package/dist/cli/types/VersionCliArgs.js.map +0 -0
- package/dist/cli/types/VersionCompareCliArgs.js +0 -0
- package/dist/cli/types/VersionCompareCliArgs.js.map +0 -0
- package/dist/cli/types/VersionIncrementCliArgs.js +0 -0
- package/dist/cli/types/VersionIncrementCliArgs.js.map +0 -0
- package/dist/cli/types/VersionInitCliArgs.js +0 -0
- package/dist/cli/types/VersionInitCliArgs.js.map +0 -0
- package/dist/cli/types/VersionListCliArgs.js +0 -0
- package/dist/cli/types/VersionListCliArgs.js.map +0 -0
- package/dist/cli/types/VersionProjectCliArgs.js +0 -0
- package/dist/cli/types/VersionProjectCliArgs.js.map +0 -0
- package/dist/cli/types/VersionRemoteCliArgs.js +0 -0
- package/dist/cli/types/VersionRemoteCliArgs.js.map +0 -0
- package/dist/cli/types/VersionResetCliArgs.js +0 -0
- package/dist/cli/types/VersionResetCliArgs.js.map +0 -0
- package/dist/cli/types/VersionRevertCliArgs.js +0 -0
- package/dist/cli/types/VersionRevertCliArgs.js.map +0 -0
- package/dist/cli/types/VersionSetCliArgs.js +0 -0
- package/dist/cli/types/VersionSetCliArgs.js.map +0 -0
- package/dist/cli/types/VersionValidateCliArgs.js +0 -0
- package/dist/cli/types/VersionValidateCliArgs.js.map +0 -0
- package/dist/commands/branch/command.js +0 -0
- package/dist/commands/branch/command.js.map +0 -0
- package/dist/commands/branch/types/BranchCliArgs.js +0 -0
- package/dist/commands/branch/types/BranchCliArgs.js.map +0 -0
- package/dist/commands/branch/types/BranchCreateCliArgs.js +0 -0
- package/dist/commands/branch/types/BranchCreateCliArgs.js.map +0 -0
- package/dist/commands/branch/types/BranchDeleteCliArgs.js +0 -0
- package/dist/commands/branch/types/BranchDeleteCliArgs.js.map +0 -0
- package/dist/commands/branch/types/BranchListCliArgs.js +0 -0
- package/dist/commands/branch/types/BranchListCliArgs.js.map +0 -0
- package/dist/commands/branch/types/BranchMergeCliArgs.js +0 -0
- package/dist/commands/branch/types/BranchMergeCliArgs.js.map +0 -0
- package/dist/commands/branch/types/BranchProtectCliArgs.js +0 -0
- package/dist/commands/branch/types/BranchProtectCliArgs.js.map +0 -0
- package/dist/commands/branch/types/BranchRebaseCliArgs.js +0 -0
- package/dist/commands/branch/types/BranchRebaseCliArgs.js.map +0 -0
- package/dist/commands/branch/types/BranchSwitchCliArgs.js +0 -0
- package/dist/commands/branch/types/BranchSwitchCliArgs.js.map +0 -0
- package/dist/commands/branch/types/BranchUnProtectCliArgs.js +0 -0
- package/dist/commands/branch/types/BranchUnProtectCliArgs.js.map +0 -0
- package/dist/commands/branchCommand.js +150 -0
- package/dist/commands/branchCommand.js.map +1 -0
- package/dist/commands/changelog/command.js +2 -2
- package/dist/commands/changelog/command.js.map +1 -1
- package/dist/commands/changelog/types/ChangelogCliArgs.js +0 -0
- package/dist/commands/changelog/types/ChangelogCliArgs.js.map +0 -0
- package/dist/commands/changelog/types/ChangelogGenerateCliArgs.js +0 -0
- package/dist/commands/changelog/types/ChangelogGenerateCliArgs.js.map +0 -0
- package/dist/commands/changelogCommand.js +32 -0
- package/dist/commands/changelogCommand.js.map +1 -0
- package/dist/commands/commit/command.js +0 -0
- package/dist/commands/commit/command.js.map +0 -0
- package/dist/commands/commit/types/CommitAmendCliArgs.js +0 -0
- package/dist/commands/commit/types/CommitAmendCliArgs.js.map +0 -0
- package/dist/commands/commit/types/CommitCliArgs.js +0 -0
- package/dist/commands/commit/types/CommitCliArgs.js.map +0 -0
- package/dist/commands/commit/types/CommitCreateCliArgs.js +0 -0
- package/dist/commands/commit/types/CommitCreateCliArgs.js.map +0 -0
- package/dist/commands/commit/types/CommitListCliArgs.js +0 -0
- package/dist/commands/commit/types/CommitListCliArgs.js.map +0 -0
- package/dist/commands/commitCommand.js +58 -0
- package/dist/commands/commitCommand.js.map +1 -0
- package/dist/commands/flow/command.js +0 -0
- package/dist/commands/flow/command.js.map +0 -0
- package/dist/commands/{flow/types/VersionCliArgs.js → types/BranchCliArgs.js} +1 -1
- package/dist/commands/types/BranchCliArgs.js.map +1 -0
- package/dist/commands/types/BranchCreateCliArgs.js +3 -0
- package/dist/commands/types/BranchCreateCliArgs.js.map +1 -0
- package/dist/commands/types/BranchDeleteCliArgs.js +3 -0
- package/dist/commands/types/BranchDeleteCliArgs.js.map +1 -0
- package/dist/commands/types/BranchListCliArgs.js +3 -0
- package/dist/commands/types/BranchListCliArgs.js.map +1 -0
- package/dist/commands/types/BranchMergeCliArgs.js +3 -0
- package/dist/commands/types/BranchMergeCliArgs.js.map +1 -0
- package/dist/commands/types/BranchProtectCliArgs.js +3 -0
- package/dist/commands/types/BranchProtectCliArgs.js.map +1 -0
- package/dist/commands/types/BranchRebaseCliArgs.js +3 -0
- package/dist/commands/types/BranchRebaseCliArgs.js.map +1 -0
- package/dist/commands/types/BranchSwitchCliArgs.js +3 -0
- package/dist/commands/types/BranchSwitchCliArgs.js.map +1 -0
- package/dist/commands/types/BranchUnProtectCliArgs.js +3 -0
- package/dist/commands/types/BranchUnProtectCliArgs.js.map +1 -0
- package/dist/commands/types/ChangelogCliArgs.js +3 -0
- package/dist/commands/types/ChangelogCliArgs.js.map +1 -0
- package/dist/commands/types/ChangelogGenerateCliArgs.js +3 -0
- package/dist/commands/types/ChangelogGenerateCliArgs.js.map +1 -0
- package/dist/commands/types/CliArgs.js +0 -0
- package/dist/commands/types/CliArgs.js.map +0 -0
- package/dist/commands/types/CommitAmendCliArgs.js +3 -0
- package/dist/commands/types/CommitAmendCliArgs.js.map +1 -0
- package/dist/commands/types/CommitCliArgs.js +3 -0
- package/dist/commands/types/CommitCliArgs.js.map +1 -0
- package/dist/commands/types/CommitCreateCliArgs.js +3 -0
- package/dist/commands/types/CommitCreateCliArgs.js.map +1 -0
- package/dist/commands/types/CommitListCliArgs.js +3 -0
- package/dist/commands/types/CommitListCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionCliArgs.js +0 -0
- package/dist/commands/types/VersionCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionCompareCliArgs.js +0 -0
- package/dist/commands/types/VersionCompareCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionIncrementCliArgs.js +0 -0
- package/dist/commands/types/VersionIncrementCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionInitCliArgs.js +0 -0
- package/dist/commands/types/VersionInitCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionListCliArgs.js +0 -0
- package/dist/commands/types/VersionListCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionProjectCliArgs.js +0 -0
- package/dist/commands/types/VersionProjectCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionRemoteCliArgs.js +0 -0
- package/dist/commands/types/VersionRemoteCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionResetCliArgs.js +0 -0
- package/dist/commands/types/VersionResetCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionRevertCliArgs.js +0 -0
- package/dist/commands/types/VersionRevertCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionSetCliArgs.js +0 -0
- package/dist/commands/types/VersionSetCliArgs.js.map +1 -0
- package/dist/commands/{fllow/types → types}/VersionValidateCliArgs.js +0 -0
- package/dist/commands/types/VersionValidateCliArgs.js.map +1 -0
- package/dist/commands/utils/command.js +23 -0
- package/dist/commands/utils/command.js.map +1 -0
- package/dist/commands/version/command.js +0 -0
- package/dist/commands/version/command.js.map +0 -0
- package/dist/commands/version/types/VersionCliArgs.js +0 -0
- package/dist/commands/version/types/VersionCliArgs.js.map +0 -0
- package/dist/commands/version/types/VersionCompareCliArgs.js +0 -0
- package/dist/commands/version/types/VersionCompareCliArgs.js.map +0 -0
- package/dist/commands/version/types/VersionIncrementCliArgs.js +0 -0
- package/dist/commands/version/types/VersionIncrementCliArgs.js.map +0 -0
- package/dist/commands/version/types/VersionInitCliArgs.js +0 -0
- package/dist/commands/version/types/VersionInitCliArgs.js.map +0 -0
- package/dist/commands/version/types/VersionListCliArgs.js +0 -0
- package/dist/commands/version/types/VersionListCliArgs.js.map +0 -0
- package/dist/commands/version/types/VersionProjectCliArgs.js +0 -0
- package/dist/commands/version/types/VersionProjectCliArgs.js.map +0 -0
- package/dist/commands/version/types/VersionRemoteCliArgs.js +0 -0
- package/dist/commands/version/types/VersionRemoteCliArgs.js.map +0 -0
- package/dist/commands/version/types/VersionResetCliArgs.js +0 -0
- package/dist/commands/version/types/VersionResetCliArgs.js.map +0 -0
- package/dist/commands/version/types/VersionRevertCliArgs.js +0 -0
- package/dist/commands/version/types/VersionRevertCliArgs.js.map +0 -0
- package/dist/commands/version/types/VersionSetCliArgs.js +0 -0
- package/dist/commands/version/types/VersionSetCliArgs.js.map +0 -0
- package/dist/commands/version/types/VersionValidateCliArgs.js +0 -0
- package/dist/commands/version/types/VersionValidateCliArgs.js.map +0 -0
- package/dist/commands/{fllow/command.js → versionCommand.js} +2 -2
- package/dist/commands/versionCommand.js.map +1 -0
- package/dist/config/configLoader.js +0 -0
- package/dist/config/configLoader.js.map +0 -0
- package/dist/config/configManager.js +0 -0
- package/dist/config/configManager.js.map +0 -0
- package/dist/config/constants.js +0 -0
- package/dist/config/constants.js.map +0 -0
- package/dist/config/defaults/config.json +259 -259
- package/dist/config/types/BranchConfig.js +0 -0
- package/dist/config/types/BranchConfig.js.map +0 -0
- package/dist/config/types/ChannelType.js +0 -0
- package/dist/config/types/ChannelType.js.map +0 -0
- package/dist/config/types/CommitType.js +0 -0
- package/dist/config/types/CommitType.js.map +0 -0
- package/dist/config/types/Config.js +0 -0
- package/dist/config/types/Config.js.map +0 -0
- package/dist/config/types/FileGroups.js +0 -0
- package/dist/config/types/FileGroups.js.map +0 -0
- package/dist/config/types/LinkType.js +0 -0
- package/dist/config/types/LinkType.js.map +0 -0
- package/dist/config/types/MentionType.js +0 -0
- package/dist/config/types/MentionType.js.map +0 -0
- package/dist/config/types/NoteType.js +0 -0
- package/dist/config/types/NoteType.js.map +0 -0
- package/dist/config/types/Options.js +0 -0
- package/dist/config/types/Options.js.map +0 -0
- package/dist/config/types/Repository.js +0 -0
- package/dist/config/types/Repository.js.map +0 -0
- package/dist/core/app.js +0 -26
- package/dist/core/app.js.map +1 -1
- package/dist/core/changelog/app.js +0 -0
- package/dist/core/changelog/app.js.map +0 -0
- package/dist/index.js +0 -0
- package/dist/index.js.map +0 -0
- package/dist/modules/FlowManager.js +0 -0
- package/dist/modules/FlowManager.js.map +0 -0
- package/dist/modules/branch/BranchController.js +0 -0
- package/dist/modules/branch/BranchController.js.map +0 -0
- package/dist/modules/branch/BranchManager.js +0 -0
- package/dist/modules/branch/BranchManager.js.map +0 -0
- package/dist/modules/changelog/ChangelogController.js +0 -3
- package/dist/modules/changelog/ChangelogController.js.map +1 -1
- package/dist/modules/changelog/ChangelogValidator.js +0 -0
- package/dist/modules/changelog/ChangelogValidator.js.map +0 -0
- package/dist/modules/changelog/templateOperations.js +0 -0
- package/dist/modules/changelog/templateOperations.js.map +0 -0
- package/dist/modules/changes/types/ChangeInformation.js +0 -0
- package/dist/modules/changes/types/ChangeInformation.js.map +0 -0
- package/dist/modules/changes/types/Context.js +0 -0
- package/dist/modules/changes/types/Context.js.map +0 -0
- package/dist/modules/changes/types/RangeInfo.js +0 -0
- package/dist/modules/changes/types/RangeInfo.js.map +0 -0
- package/dist/modules/changes/types/RangeSummary.js +0 -0
- package/dist/modules/changes/types/RangeSummary.js.map +0 -0
- package/dist/modules/changes/types/ReferenceTypesEnum.js +0 -0
- package/dist/modules/changes/types/ReferenceTypesEnum.js.map +0 -0
- package/dist/modules/commit/CommitController.js +0 -0
- package/dist/modules/commit/CommitController.js.map +0 -0
- package/dist/modules/commit/CommitManager.js +0 -0
- package/dist/modules/commit/CommitManager.js.map +0 -0
- package/dist/modules/git/commits/commitProcessor.js +0 -0
- package/dist/modules/git/commits/commitProcessor.js.map +0 -0
- package/dist/modules/git/commits/gitLogFetcher.js +0 -0
- package/dist/modules/git/commits/gitLogFetcher.js.map +0 -0
- package/dist/modules/git/commits/index.js +0 -0
- package/dist/modules/git/commits/index.js.map +0 -0
- package/dist/modules/git/commits/profileHandler.js +0 -0
- package/dist/modules/git/commits/profileHandler.js.map +0 -0
- package/dist/modules/git/commits/regexHandlers.js +0 -0
- package/dist/modules/git/commits/regexHandlers.js.map +0 -0
- package/dist/modules/git/context/branchHandler.js +0 -0
- package/dist/modules/git/context/branchHandler.js.map +0 -0
- package/dist/modules/git/context/commitHandler.js +0 -0
- package/dist/modules/git/context/commitHandler.js.map +0 -0
- package/dist/modules/git/context/index.js +0 -0
- package/dist/modules/git/context/index.js.map +0 -0
- package/dist/modules/git/context/remoteHandler.js +1 -1
- package/dist/modules/git/context/remoteHandler.js.map +1 -1
- package/dist/modules/git/context/statusHandler.js +0 -0
- package/dist/modules/git/context/statusHandler.js.map +0 -0
- package/dist/modules/git/context/tagHandler.js +0 -0
- package/dist/modules/git/context/tagHandler.js.map +0 -0
- package/dist/modules/git/gitOperations.js +0 -0
- package/dist/modules/git/gitOperations.js.map +0 -0
- package/dist/modules/git/types/Author.js +0 -0
- package/dist/modules/git/types/Author.js.map +0 -0
- package/dist/modules/git/types/Branch.js +0 -0
- package/dist/modules/git/types/Branch.js.map +0 -0
- package/dist/modules/git/types/BranchInfo.js +0 -0
- package/dist/modules/git/types/BranchInfo.js.map +0 -0
- package/dist/modules/git/types/CommitContent.js +0 -0
- package/dist/modules/git/types/CommitContent.js.map +0 -0
- package/dist/modules/git/types/CommitInfo.js +0 -0
- package/dist/modules/git/types/CommitInfo.js.map +0 -0
- package/dist/modules/git/types/CommitType.js +0 -0
- package/dist/modules/git/types/CommitType.js.map +0 -0
- package/dist/modules/git/types/GitCommit.js +0 -0
- package/dist/modules/git/types/GitCommit.js.map +0 -0
- package/dist/modules/git/types/GitReference.js +0 -0
- package/dist/modules/git/types/GitReference.js.map +0 -0
- package/dist/modules/git/types/Link.js +0 -0
- package/dist/modules/git/types/Link.js.map +0 -0
- package/dist/modules/git/types/Mention.js +0 -0
- package/dist/modules/git/types/Mention.js.map +0 -0
- package/dist/modules/git/types/Note.js +0 -0
- package/dist/modules/git/types/Note.js.map +0 -0
- package/dist/modules/git/types/RemoteInfo.js +0 -0
- package/dist/modules/git/types/RemoteInfo.js.map +0 -0
- package/dist/modules/git/types/Repository.js +0 -0
- package/dist/modules/git/types/Repository.js.map +0 -0
- package/dist/modules/git/types/StatusInfo.js +0 -0
- package/dist/modules/git/types/StatusInfo.js.map +0 -0
- package/dist/modules/git/types/Tag.js +0 -0
- package/dist/modules/git/types/Tag.js.map +0 -0
- package/dist/modules/git/types/TagInfo.js +0 -0
- package/dist/modules/git/types/TagInfo.js.map +0 -0
- package/dist/modules/git/utils/branchUtils.js +0 -0
- package/dist/modules/git/utils/branchUtils.js.map +0 -0
- package/dist/modules/git/utils/commitUtils.js +0 -0
- package/dist/modules/git/utils/commitUtils.js.map +0 -0
- package/dist/modules/git/utils/logUtils.js +0 -0
- package/dist/modules/git/utils/logUtils.js.map +0 -0
- package/dist/modules/git/utils/rangeOperations.js +0 -0
- package/dist/modules/git/utils/rangeOperations.js.map +0 -0
- package/dist/modules/git/utils/refUtils.js +0 -0
- package/dist/modules/git/utils/refUtils.js.map +0 -0
- package/dist/modules/git/utils/referenceUtils.js +0 -0
- package/dist/modules/git/utils/referenceUtils.js.map +0 -0
- package/dist/modules/git/utils/tagUtils.js +0 -0
- package/dist/modules/git/utils/tagUtils.js.map +0 -0
- package/dist/modules/output/writer.js +0 -0
- package/dist/modules/output/writer.js.map +0 -0
- package/dist/modules/sections/contributors.js +0 -0
- package/dist/modules/sections/contributors.js.map +0 -0
- package/dist/modules/sections/grouping.js +0 -0
- package/dist/modules/sections/grouping.js.map +0 -0
- package/dist/modules/sections/index.js +0 -0
- package/dist/modules/sections/index.js.map +0 -0
- package/dist/modules/sections/summarizing.js +0 -0
- package/dist/modules/sections/summarizing.js.map +0 -0
- package/dist/modules/sections/types/Contributor.js +0 -0
- package/dist/modules/sections/types/Contributor.js.map +0 -0
- package/dist/modules/sections/types/Group.js +0 -0
- package/dist/modules/sections/types/Group.js.map +0 -0
- package/dist/modules/sections/types/SectionSummary.js +0 -0
- package/dist/modules/sections/types/SectionSummary.js.map +0 -0
- package/dist/modules/sections/types/Sections.js +0 -0
- package/dist/modules/sections/types/Sections.js.map +0 -0
- package/dist/modules/version/GitVersionManager.js +0 -0
- package/dist/modules/version/GitVersionManager.js.map +0 -0
- package/dist/modules/version/ProjectVersion.js +0 -0
- package/dist/modules/version/ProjectVersion.js.map +0 -0
- package/dist/modules/version/ReleaseManager.js +0 -0
- package/dist/modules/version/ReleaseManager.js.map +0 -0
- package/dist/modules/version/VersionController.js +0 -0
- package/dist/modules/version/VersionController.js.map +0 -0
- package/dist/modules/version/VersionManager.js +0 -0
- package/dist/modules/version/VersionManager.js.map +0 -0
- package/dist/modules/version/VersionValidator.js +0 -0
- package/dist/modules/version/VersionValidator.js.map +0 -0
- package/dist/modules/version/types/const.js +0 -0
- package/dist/modules/version/types/const.js.map +0 -0
- package/dist/modules/version/versionFormatter.js +0 -0
- package/dist/modules/version/versionFormatter.js.map +0 -0
- package/dist/modules/version/versionHelper.js +0 -0
- package/dist/modules/version/versionHelper.js.map +0 -0
- package/dist/templates/constants.js +0 -0
- package/dist/templates/constants.js.map +0 -0
- package/dist/templates/defaults/changelog.detailed.ejs +110 -110
- package/dist/templates/defaults/changelog.ejs +67 -67
- package/dist/templates/templateRenderer.js +0 -0
- package/dist/templates/templateRenderer.js.map +0 -0
- package/dist/templates/templateResolver.js +0 -0
- package/dist/templates/templateResolver.js.map +0 -0
- package/dist/types/PackageJson.js +0 -0
- package/dist/types/PackageJson.js.map +0 -0
- package/dist/utils/cmd.js +0 -0
- package/dist/utils/cmd.js.map +0 -0
- package/dist/utils/date.js +0 -0
- package/dist/utils/date.js.map +0 -0
- package/package.json +64 -65
- package/dist/commands/branch/command copy.js +0 -2
- package/dist/commands/branch/command copy.js.map +0 -1
- package/dist/commands/fllow/command.js.map +0 -1
- package/dist/commands/fllow/types/VersionCliArgs.js.map +0 -1
- package/dist/commands/fllow/types/VersionCompareCliArgs.js.map +0 -1
- package/dist/commands/fllow/types/VersionIncrementCliArgs.js.map +0 -1
- package/dist/commands/fllow/types/VersionInitCliArgs.js.map +0 -1
- package/dist/commands/fllow/types/VersionListCliArgs.js.map +0 -1
- package/dist/commands/fllow/types/VersionProjectCliArgs.js.map +0 -1
- package/dist/commands/fllow/types/VersionRemoteCliArgs.js.map +0 -1
- package/dist/commands/fllow/types/VersionResetCliArgs.js.map +0 -1
- package/dist/commands/fllow/types/VersionRevertCliArgs.js.map +0 -1
- package/dist/commands/fllow/types/VersionSetCliArgs.js.map +0 -1
- package/dist/commands/fllow/types/VersionValidateCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionCompareCliArgs.js +0 -3
- package/dist/commands/flow/types/VersionCompareCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionIncrementCliArgs.js +0 -3
- package/dist/commands/flow/types/VersionIncrementCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionInitCliArgs.js +0 -3
- package/dist/commands/flow/types/VersionInitCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionListCliArgs.js +0 -3
- package/dist/commands/flow/types/VersionListCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionProjectCliArgs.js +0 -3
- package/dist/commands/flow/types/VersionProjectCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionRemoteCliArgs.js +0 -3
- package/dist/commands/flow/types/VersionRemoteCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionResetCliArgs.js +0 -3
- package/dist/commands/flow/types/VersionResetCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionRevertCliArgs.js +0 -3
- package/dist/commands/flow/types/VersionRevertCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionSetCliArgs.js.map +0 -1
- package/dist/commands/flow/types/VersionValidateCliArgs.js +0 -3
- package/dist/commands/flow/types/VersionValidateCliArgs.js.map +0 -1
|
@@ -1,111 +1,111 @@
|
|
|
1
|
-
# <%= config.appName %> <%= changeInfo.header %> Release Notes - <%= latestReference?.date?.split("T")[0] %>
|
|
2
|
-
|
|
3
|
-
## Summary:
|
|
4
|
-
<% sections.summary.commits.forEach(function(commit) { %>
|
|
5
|
-
- <%= commit.title %>: <%= commit.count %> <%= commit.count === 1 ? 'commit' : 'commits' %>
|
|
6
|
-
<% }) %>
|
|
7
|
-
<% sections.summary.notes.forEach(function(note) { %>
|
|
8
|
-
- <%= note.title %>: <%= note.count %> <%= note.count === 1 ? 'note' : 'notes' %>
|
|
9
|
-
<% }) %>
|
|
10
|
-
and <%= sections.summary.contributors.length %> <%= sections.summary.contributors.length === 1 ? '❤️ contributor' : '❤️ contributors' %>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<% if (sections.notes.length > 0) { %>
|
|
14
|
-
## Notes
|
|
15
|
-
<% sections.notes.forEach((note) => { %>
|
|
16
|
-
### <%= note.title %>
|
|
17
|
-
<% note.items.forEach(item => { %>
|
|
18
|
-
<%
|
|
19
|
-
const commitLinks = `[#${item.commit.raw.shortHash}](#commit-${item.commit.raw.shortHash})`;
|
|
20
|
-
%>
|
|
21
|
-
- <%= item.note.content %> (<%= commitLinks %>)
|
|
22
|
-
<% }) %>
|
|
23
|
-
<% }) %>
|
|
24
|
-
<% } %>
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<% if (sections.commits.length > 0) { %>
|
|
28
|
-
## Changes
|
|
29
|
-
<% sections.commits.forEach((section) => { %>
|
|
30
|
-
### <%= section.title %>:
|
|
31
|
-
<%
|
|
32
|
-
// Group commits by scope
|
|
33
|
-
const scopedCommits = {};
|
|
34
|
-
const unscopedCommits = [];
|
|
35
|
-
|
|
36
|
-
section.items.forEach(commit => {
|
|
37
|
-
if (commit.scope) {
|
|
38
|
-
if (!scopedCommits[commit.scope]) {
|
|
39
|
-
scopedCommits[commit.scope] = [];
|
|
40
|
-
}
|
|
41
|
-
scopedCommits[commit.scope].push(commit);
|
|
42
|
-
} else {
|
|
43
|
-
unscopedCommits.push(commit);
|
|
44
|
-
}
|
|
45
|
-
});
|
|
46
|
-
%>
|
|
47
|
-
|
|
48
|
-
<% // Show commits with scope
|
|
49
|
-
Object.keys(scopedCommits).sort().forEach(scope => { %>
|
|
50
|
-
#### <%= scope %>
|
|
51
|
-
<% scopedCommits[scope].forEach(commit => {
|
|
52
|
-
const author = `[@${commit.author.name}](${commit.author.profileUrl})`;
|
|
53
|
-
const mentions = commit.mentions
|
|
54
|
-
? commit.mentions
|
|
55
|
-
.filter(mention => ['co-authored-by', 'helped-by'].includes(mention.type))
|
|
56
|
-
.map(mention => `[@${mention.name}](${mention.profileUrl})`)
|
|
57
|
-
.join(', ')
|
|
58
|
-
: '';
|
|
59
|
-
const authorText = mentions ? `${author} with ${mentions}` : author;
|
|
60
|
-
|
|
61
|
-
const commitLink = `[#${commit.raw.shortHash}](${repository.remote.repoUrl}/commit/${commit.raw.hash})`;
|
|
62
|
-
|
|
63
|
-
const issueLinks = commit.links && commit.links.length > 0
|
|
64
|
-
? ` (${commit.links.length === 1 ? 'Issue' : 'Issues'}: ${commit.links.map(link => `[#${link.id}](${repository.remote.repoUrl}/issues/${link.id})`).join(', ')})`
|
|
65
|
-
: '';
|
|
66
|
-
%>
|
|
67
|
-
- <a id="commit-<%= commit.raw.shortHash %>"></a><%= commitLink %>: <%= commit.summary %> (by <%= authorText %>) <%= issueLinks %>
|
|
68
|
-
<% if (commit.description) { %>
|
|
69
|
-
|
|
70
|
-
<%= commit.description?.split('\n').map(line => `\t${line.trim()}`).join('\n') %>
|
|
71
|
-
<% } %>
|
|
72
|
-
<% }); %>
|
|
73
|
-
<% }); %>
|
|
74
|
-
|
|
75
|
-
<% // Show commits without scope
|
|
76
|
-
unscopedCommits.forEach(commit => {
|
|
77
|
-
const author = `[@${commit.author.name}](${commit.author.profileUrl})`;
|
|
78
|
-
const mentions = commit.mentions
|
|
79
|
-
? commit.mentions
|
|
80
|
-
.filter(mention => ['co-authored-by', 'helped-by'].includes(mention.type))
|
|
81
|
-
.map(mention => `[@${mention.name}](${mention.profileUrl})`)
|
|
82
|
-
.join(', ')
|
|
83
|
-
: '';
|
|
84
|
-
const authorText = mentions ? `${author} with ${mentions}` : author;
|
|
85
|
-
|
|
86
|
-
const commitLink = `[#${commit.raw.shortHash}](${repository.remote.repoUrl}/commit/${commit.raw.hash})`;
|
|
87
|
-
|
|
88
|
-
const issueLinks = commit.links && commit.links.length > 0
|
|
89
|
-
? ` (${commit.links.length === 1 ? 'Issue' : 'Issues'}: ${commit.links.map(link => `[#${link.id}](${repository.remote.repoUrl}/issues/${link.id})`).join(', ')})`
|
|
90
|
-
: '';
|
|
91
|
-
%>
|
|
92
|
-
- <a id="commit-<%= commit.raw.shortHash %>"></a><%= commitLink %>: <%= commit.summary %> (by <%= authorText %>) <%= issueLinks %>
|
|
93
|
-
<% if (commit.description) { %>
|
|
94
|
-
|
|
95
|
-
<%= commit.description %>
|
|
96
|
-
<% } %>
|
|
97
|
-
<% }); %>
|
|
98
|
-
<% }) %>
|
|
99
|
-
<% } %>
|
|
100
|
-
|
|
101
|
-
## Useful Links
|
|
102
|
-
- 📜 [Full Changelog](<%= repository.remote.repoUrl %>/blob/main/CHANGELOG.md)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
<% if (sections.contributors.length > 0) { %>
|
|
107
|
-
## Contributors:
|
|
108
|
-
<% sections.contributors.forEach((contributor) => { %>
|
|
109
|
-
- [<%= contributor.name %>](<%= contributor.profileUrl %>) <% if (contributor.groups.length > 0) { %>(<%= contributor.groups.map(group => group.title).join(', ') %>)<% } %>
|
|
110
|
-
<% }) %>
|
|
1
|
+
# <%= config.appName %> <%= changeInfo.header %> Release Notes - <%= latestReference?.date?.split("T")[0] %>
|
|
2
|
+
|
|
3
|
+
## Summary:
|
|
4
|
+
<% sections.summary.commits.forEach(function(commit) { %>
|
|
5
|
+
- <%= commit.title %>: <%= commit.count %> <%= commit.count === 1 ? 'commit' : 'commits' %>
|
|
6
|
+
<% }) %>
|
|
7
|
+
<% sections.summary.notes.forEach(function(note) { %>
|
|
8
|
+
- <%= note.title %>: <%= note.count %> <%= note.count === 1 ? 'note' : 'notes' %>
|
|
9
|
+
<% }) %>
|
|
10
|
+
and <%= sections.summary.contributors.length %> <%= sections.summary.contributors.length === 1 ? '❤️ contributor' : '❤️ contributors' %>
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<% if (sections.notes.length > 0) { %>
|
|
14
|
+
## Notes
|
|
15
|
+
<% sections.notes.forEach((note) => { %>
|
|
16
|
+
### <%= note.title %>
|
|
17
|
+
<% note.items.forEach(item => { %>
|
|
18
|
+
<%
|
|
19
|
+
const commitLinks = `[#${item.commit.raw.shortHash}](#commit-${item.commit.raw.shortHash})`;
|
|
20
|
+
%>
|
|
21
|
+
- <%= item.note.content %> (<%= commitLinks %>)
|
|
22
|
+
<% }) %>
|
|
23
|
+
<% }) %>
|
|
24
|
+
<% } %>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
<% if (sections.commits.length > 0) { %>
|
|
28
|
+
## Changes
|
|
29
|
+
<% sections.commits.forEach((section) => { %>
|
|
30
|
+
### <%= section.title %>:
|
|
31
|
+
<%
|
|
32
|
+
// Group commits by scope
|
|
33
|
+
const scopedCommits = {};
|
|
34
|
+
const unscopedCommits = [];
|
|
35
|
+
|
|
36
|
+
section.items.forEach(commit => {
|
|
37
|
+
if (commit.scope) {
|
|
38
|
+
if (!scopedCommits[commit.scope]) {
|
|
39
|
+
scopedCommits[commit.scope] = [];
|
|
40
|
+
}
|
|
41
|
+
scopedCommits[commit.scope].push(commit);
|
|
42
|
+
} else {
|
|
43
|
+
unscopedCommits.push(commit);
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
%>
|
|
47
|
+
|
|
48
|
+
<% // Show commits with scope
|
|
49
|
+
Object.keys(scopedCommits).sort().forEach(scope => { %>
|
|
50
|
+
#### <%= scope %>
|
|
51
|
+
<% scopedCommits[scope].forEach(commit => {
|
|
52
|
+
const author = `[@${commit.author.name}](${commit.author.profileUrl})`;
|
|
53
|
+
const mentions = commit.mentions
|
|
54
|
+
? commit.mentions
|
|
55
|
+
.filter(mention => ['co-authored-by', 'helped-by'].includes(mention.type))
|
|
56
|
+
.map(mention => `[@${mention.name}](${mention.profileUrl})`)
|
|
57
|
+
.join(', ')
|
|
58
|
+
: '';
|
|
59
|
+
const authorText = mentions ? `${author} with ${mentions}` : author;
|
|
60
|
+
|
|
61
|
+
const commitLink = `[#${commit.raw.shortHash}](${repository.remote.repoUrl}/commit/${commit.raw.hash})`;
|
|
62
|
+
|
|
63
|
+
const issueLinks = commit.links && commit.links.length > 0
|
|
64
|
+
? ` (${commit.links.length === 1 ? 'Issue' : 'Issues'}: ${commit.links.map(link => `[#${link.id}](${repository.remote.repoUrl}/issues/${link.id})`).join(', ')})`
|
|
65
|
+
: '';
|
|
66
|
+
%>
|
|
67
|
+
- <a id="commit-<%= commit.raw.shortHash %>"></a><%= commitLink %>: <%= commit.summary %> (by <%= authorText %>) <%= issueLinks %>
|
|
68
|
+
<% if (commit.description) { %>
|
|
69
|
+
|
|
70
|
+
<%= commit.description?.split('\n').map(line => `\t${line.trim()}`).join('\n') %>
|
|
71
|
+
<% } %>
|
|
72
|
+
<% }); %>
|
|
73
|
+
<% }); %>
|
|
74
|
+
|
|
75
|
+
<% // Show commits without scope
|
|
76
|
+
unscopedCommits.forEach(commit => {
|
|
77
|
+
const author = `[@${commit.author.name}](${commit.author.profileUrl})`;
|
|
78
|
+
const mentions = commit.mentions
|
|
79
|
+
? commit.mentions
|
|
80
|
+
.filter(mention => ['co-authored-by', 'helped-by'].includes(mention.type))
|
|
81
|
+
.map(mention => `[@${mention.name}](${mention.profileUrl})`)
|
|
82
|
+
.join(', ')
|
|
83
|
+
: '';
|
|
84
|
+
const authorText = mentions ? `${author} with ${mentions}` : author;
|
|
85
|
+
|
|
86
|
+
const commitLink = `[#${commit.raw.shortHash}](${repository.remote.repoUrl}/commit/${commit.raw.hash})`;
|
|
87
|
+
|
|
88
|
+
const issueLinks = commit.links && commit.links.length > 0
|
|
89
|
+
? ` (${commit.links.length === 1 ? 'Issue' : 'Issues'}: ${commit.links.map(link => `[#${link.id}](${repository.remote.repoUrl}/issues/${link.id})`).join(', ')})`
|
|
90
|
+
: '';
|
|
91
|
+
%>
|
|
92
|
+
- <a id="commit-<%= commit.raw.shortHash %>"></a><%= commitLink %>: <%= commit.summary %> (by <%= authorText %>) <%= issueLinks %>
|
|
93
|
+
<% if (commit.description) { %>
|
|
94
|
+
|
|
95
|
+
<%= commit.description %>
|
|
96
|
+
<% } %>
|
|
97
|
+
<% }); %>
|
|
98
|
+
<% }) %>
|
|
99
|
+
<% } %>
|
|
100
|
+
|
|
101
|
+
## Useful Links
|
|
102
|
+
- 📜 [Full Changelog](<%= repository.remote.repoUrl %>/blob/main/CHANGELOG.md)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
<% if (sections.contributors.length > 0) { %>
|
|
107
|
+
## Contributors:
|
|
108
|
+
<% sections.contributors.forEach((contributor) => { %>
|
|
109
|
+
- [<%= contributor.name %>](<%= contributor.profileUrl %>) <% if (contributor.groups.length > 0) { %>(<%= contributor.groups.map(group => group.title).join(', ') %>)<% } %>
|
|
110
|
+
<% }) %>
|
|
111
111
|
<% } %>
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
# <%= config.appName %> <%= changeInfo.header %> Release Notes - <%= latestReference?.date?.split("T")[0] %>
|
|
2
|
-
|
|
3
|
-
## Summary:
|
|
4
|
-
<% sections.summary.commits.forEach(function(commit) { %>
|
|
5
|
-
- <%= commit.title %>: <%= commit.count %> <%= commit.count === 1 ? 'commit' : 'commits' %>
|
|
6
|
-
<% }) %>
|
|
7
|
-
<% sections.summary.notes.forEach(function(note) { %>
|
|
8
|
-
- <%= note.title %>: <%= note.count %> <%= note.count === 1 ? 'note' : 'notes' %>
|
|
9
|
-
<% }) %>
|
|
10
|
-
and <%= sections.summary.contributors.length %> <%= sections.summary.contributors.length === 1 ? '❤️ contributor' : '❤️ contributors' %>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<% if (sections.notes.length > 0) { %>
|
|
14
|
-
## Notes
|
|
15
|
-
<% sections.notes.forEach((note) => { %>
|
|
16
|
-
### <%= note.title %>
|
|
17
|
-
<% note.items.forEach(item => { %>
|
|
18
|
-
<%
|
|
19
|
-
const commitLinks = `[#${item.commit.raw.shortHash}](#commit-${item.commit.raw.shortHash})`;
|
|
20
|
-
%>
|
|
21
|
-
- <%= item.note.content %> (<%= commitLinks %>)
|
|
22
|
-
<% }) %>
|
|
23
|
-
<% }) %>
|
|
24
|
-
<% } %>
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<% if (sections.commits.length > 0) { %>
|
|
28
|
-
## Changes
|
|
29
|
-
<% sections.commits.forEach((section) => { %>
|
|
30
|
-
### <%= section.title %>:
|
|
31
|
-
<%
|
|
32
|
-
section.items.forEach(commit => {
|
|
33
|
-
const author = `[@${commit.author.name}](${commit.author.profileUrl})`;
|
|
34
|
-
const mentions = commit.mentions
|
|
35
|
-
? commit.mentions
|
|
36
|
-
.filter(mention => ['co-authored-by', 'helped-by'].includes(mention.type))
|
|
37
|
-
.map(mention => `[@${mention.name}](${mention.profileUrl})`)
|
|
38
|
-
.join(', ')
|
|
39
|
-
: '';
|
|
40
|
-
const authorText = mentions ? `${author} with ${mentions}` : author;
|
|
41
|
-
|
|
42
|
-
const commitLink = `[#${commit.raw.shortHash}](${repository.remote.repoUrl}/commit/${commit.raw.hash})`;
|
|
43
|
-
|
|
44
|
-
const issueLinks = commit.links && commit.links.length > 0
|
|
45
|
-
? ` (${commit.links.length === 1 ? 'Issue' : 'Issues'}: ${commit.links.map(link => `[#${link.id}](${repository.remote.repoUrl}/issues/${link.id})`).join(', ')})`
|
|
46
|
-
: '';
|
|
47
|
-
|
|
48
|
-
const scopeText = commit.scope ? `**${commit.scope}** ` : '';
|
|
49
|
-
%>
|
|
50
|
-
- <a id="commit-<%= commit.raw.shortHash %>"></a><%= scopeText %><%= commitLink %>: <%= commit.summary %> (by <%= authorText %>) <%= issueLinks %>
|
|
51
|
-
<% if (commit.description) { %>
|
|
52
|
-
|
|
53
|
-
<%= commit.description?.split('\n').map(line => `\t${line.trim()}`).join('\n') %>
|
|
54
|
-
<% } %>
|
|
55
|
-
<% }); %>
|
|
56
|
-
<% }) %>
|
|
57
|
-
<% } %>
|
|
58
|
-
|
|
59
|
-
## Useful Links
|
|
60
|
-
- 📜 [Full Changelog](<%= repository.remote.repoUrl %>/blob/main/CHANGELOG.md)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
<% if (sections.contributors.length > 0) { %>
|
|
64
|
-
## Contributors:
|
|
65
|
-
<% sections.contributors.forEach((contributor) => { %>
|
|
66
|
-
- [<%= contributor.name %>](<%= contributor.profileUrl %>) <% if (contributor.groups.length > 0) { %>(<%= contributor.groups.map(group => group.title).join(', ') %>)<% } %>
|
|
67
|
-
<% }) %>
|
|
1
|
+
# <%= config.appName %> <%= changeInfo.header %> Release Notes - <%= latestReference?.date?.split("T")[0] %>
|
|
2
|
+
|
|
3
|
+
## Summary:
|
|
4
|
+
<% sections.summary.commits.forEach(function(commit) { %>
|
|
5
|
+
- <%= commit.title %>: <%= commit.count %> <%= commit.count === 1 ? 'commit' : 'commits' %>
|
|
6
|
+
<% }) %>
|
|
7
|
+
<% sections.summary.notes.forEach(function(note) { %>
|
|
8
|
+
- <%= note.title %>: <%= note.count %> <%= note.count === 1 ? 'note' : 'notes' %>
|
|
9
|
+
<% }) %>
|
|
10
|
+
and <%= sections.summary.contributors.length %> <%= sections.summary.contributors.length === 1 ? '❤️ contributor' : '❤️ contributors' %>
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<% if (sections.notes.length > 0) { %>
|
|
14
|
+
## Notes
|
|
15
|
+
<% sections.notes.forEach((note) => { %>
|
|
16
|
+
### <%= note.title %>
|
|
17
|
+
<% note.items.forEach(item => { %>
|
|
18
|
+
<%
|
|
19
|
+
const commitLinks = `[#${item.commit.raw.shortHash}](#commit-${item.commit.raw.shortHash})`;
|
|
20
|
+
%>
|
|
21
|
+
- <%= item.note.content %> (<%= commitLinks %>)
|
|
22
|
+
<% }) %>
|
|
23
|
+
<% }) %>
|
|
24
|
+
<% } %>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
<% if (sections.commits.length > 0) { %>
|
|
28
|
+
## Changes
|
|
29
|
+
<% sections.commits.forEach((section) => { %>
|
|
30
|
+
### <%= section.title %>:
|
|
31
|
+
<%
|
|
32
|
+
section.items.forEach(commit => {
|
|
33
|
+
const author = `[@${commit.author.name}](${commit.author.profileUrl})`;
|
|
34
|
+
const mentions = commit.mentions
|
|
35
|
+
? commit.mentions
|
|
36
|
+
.filter(mention => ['co-authored-by', 'helped-by'].includes(mention.type))
|
|
37
|
+
.map(mention => `[@${mention.name}](${mention.profileUrl})`)
|
|
38
|
+
.join(', ')
|
|
39
|
+
: '';
|
|
40
|
+
const authorText = mentions ? `${author} with ${mentions}` : author;
|
|
41
|
+
|
|
42
|
+
const commitLink = `[#${commit.raw.shortHash}](${repository.remote.repoUrl}/commit/${commit.raw.hash})`;
|
|
43
|
+
|
|
44
|
+
const issueLinks = commit.links && commit.links.length > 0
|
|
45
|
+
? ` (${commit.links.length === 1 ? 'Issue' : 'Issues'}: ${commit.links.map(link => `[#${link.id}](${repository.remote.repoUrl}/issues/${link.id})`).join(', ')})`
|
|
46
|
+
: '';
|
|
47
|
+
|
|
48
|
+
const scopeText = commit.scope ? `**${commit.scope}** ` : '';
|
|
49
|
+
%>
|
|
50
|
+
- <a id="commit-<%= commit.raw.shortHash %>"></a><%= scopeText %><%= commitLink %>: <%= commit.summary %> (by <%= authorText %>) <%= issueLinks %>
|
|
51
|
+
<% if (commit.description) { %>
|
|
52
|
+
|
|
53
|
+
<%= commit.description?.split('\n').map(line => `\t${line.trim()}`).join('\n') %>
|
|
54
|
+
<% } %>
|
|
55
|
+
<% }); %>
|
|
56
|
+
<% }) %>
|
|
57
|
+
<% } %>
|
|
58
|
+
|
|
59
|
+
## Useful Links
|
|
60
|
+
- 📜 [Full Changelog](<%= repository.remote.repoUrl %>/blob/main/CHANGELOG.md)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
<% if (sections.contributors.length > 0) { %>
|
|
64
|
+
## Contributors:
|
|
65
|
+
<% sections.contributors.forEach((contributor) => { %>
|
|
66
|
+
- [<%= contributor.name %>](<%= contributor.profileUrl %>) <% if (contributor.groups.length > 0) { %>(<%= contributor.groups.map(group => group.title).join(', ') %>)<% } %>
|
|
67
|
+
<% }) %>
|
|
68
68
|
<% } %>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/utils/cmd.js
CHANGED
|
File without changes
|
package/dist/utils/cmd.js.map
CHANGED
|
File without changes
|
package/dist/utils/date.js
CHANGED
|
File without changes
|
package/dist/utils/date.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,65 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "git-release-manager",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "A tool to generate release notes from git commit history",
|
|
5
|
-
"main": "index.ts",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"build": "tsc && npm run copy-config && npm run copy-template",
|
|
8
|
-
"start": "node dist/index.js",
|
|
9
|
-
"changelog": "node dist/index.js changelog",
|
|
10
|
-
"dev": "tsc && node index.ts",
|
|
11
|
-
"copy-config": "copyfiles -u 1 ./src/config/defaults/config.*json ./dist/",
|
|
12
|
-
"copy-template": "copyfiles -u 1 ./src/templates/defaults/changelog.*ejs ./dist/",
|
|
13
|
-
"test": "jest"
|
|
14
|
-
},
|
|
15
|
-
"bin": {
|
|
16
|
-
"grm": "./dist/index.js"
|
|
17
|
-
},
|
|
18
|
-
"files": [
|
|
19
|
-
"dist"
|
|
20
|
-
],
|
|
21
|
-
"dependencies": {
|
|
22
|
-
"commander": "13.1.0",
|
|
23
|
-
"date-fns": "4.1.0",
|
|
24
|
-
"ejs": "^3.1.10",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"@types/
|
|
32
|
-
"@types/
|
|
33
|
-
"@types/
|
|
34
|
-
"@types/
|
|
35
|
-
"@
|
|
36
|
-
"@typescript-eslint/
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"ts-
|
|
44
|
-
"ts-node": "^
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "git-release-manager",
|
|
3
|
+
"version": "0.0.13",
|
|
4
|
+
"description": "A tool to generate release notes from git commit history",
|
|
5
|
+
"main": "index.ts",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "tsc && npm run copy-config && npm run copy-template",
|
|
8
|
+
"start": "node dist/index.js",
|
|
9
|
+
"changelog": "node dist/index.js changelog",
|
|
10
|
+
"dev": "tsc && node index.ts",
|
|
11
|
+
"copy-config": "copyfiles -u 1 ./src/config/defaults/config.*json ./dist/",
|
|
12
|
+
"copy-template": "copyfiles -u 1 ./src/templates/defaults/changelog.*ejs ./dist/",
|
|
13
|
+
"test": "jest"
|
|
14
|
+
},
|
|
15
|
+
"bin": {
|
|
16
|
+
"grm": "./dist/index.js"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"dist"
|
|
20
|
+
],
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"commander": "13.1.0",
|
|
23
|
+
"date-fns": "4.1.0",
|
|
24
|
+
"ejs": "^3.1.10",
|
|
25
|
+
"minimist": "^1.2.8",
|
|
26
|
+
"semver": "^7.7.0",
|
|
27
|
+
"simple-git": "^3.27.0"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@types/commander": "^2.12.2",
|
|
31
|
+
"@types/ejs": "^3.1.5",
|
|
32
|
+
"@types/jest": "^29.5.14",
|
|
33
|
+
"@types/minimist": "^1.2.5",
|
|
34
|
+
"@types/node": "22.13.1",
|
|
35
|
+
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
36
|
+
"@typescript-eslint/parser": "^6.19.0",
|
|
37
|
+
"copyfiles": "^2.4.1",
|
|
38
|
+
"eslint": "^8.0.0",
|
|
39
|
+
"jest": "^29.7.0",
|
|
40
|
+
"prettier": "^3.0.0",
|
|
41
|
+
"rimraf": "^5.0.5",
|
|
42
|
+
"ts-jest": "^29.2.5",
|
|
43
|
+
"ts-node": "^10.9.2",
|
|
44
|
+
"ts-node-dev": "^2.0.0",
|
|
45
|
+
"typescript": "5.7.3"
|
|
46
|
+
},
|
|
47
|
+
"keywords": [
|
|
48
|
+
"git",
|
|
49
|
+
"release",
|
|
50
|
+
"changelog",
|
|
51
|
+
"version",
|
|
52
|
+
"release-notes",
|
|
53
|
+
"cli"
|
|
54
|
+
],
|
|
55
|
+
"author": "Ahmet Soner",
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"engines": {
|
|
58
|
+
"node": ">=14.0.0"
|
|
59
|
+
},
|
|
60
|
+
"repository": {
|
|
61
|
+
"type": "git",
|
|
62
|
+
"url": "https://github.com/ahmettsoner/git-release-manager.git"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"command copy.js","sourceRoot":"","sources":["../../../src/commands/branch/command copy.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"command.js","sourceRoot":"","sources":["../../../src/commands/fllow/command.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionCompareCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionCompareCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionIncrementCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionIncrementCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionInitCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionInitCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionListCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionListCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionProjectCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionProjectCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionRemoteCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionRemoteCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionResetCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionResetCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionRevertCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionRevertCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionSetCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionSetCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionValidateCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/fllow/types/VersionValidateCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionCompareCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionCompareCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionIncrementCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionIncrementCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionInitCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionInitCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionListCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionListCliArgs.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VersionProjectCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionProjectCliArgs.ts"],"names":[],"mappings":""}
|