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.
Files changed (395) hide show
  1. package/README.md +160 -160
  2. package/dist/cli/types/BranchCliArgs.js +0 -0
  3. package/dist/cli/types/BranchCliArgs.js.map +0 -0
  4. package/dist/cli/types/BranchCreateCliArgs.js +0 -0
  5. package/dist/cli/types/BranchCreateCliArgs.js.map +0 -0
  6. package/dist/cli/types/BranchDeleteCliArgs.js +3 -0
  7. package/dist/cli/types/BranchDeleteCliArgs.js.map +1 -0
  8. package/dist/{commands/flow/types/VersionSetCliArgs.js → cli/types/BranchListCliArgs.js} +1 -1
  9. package/dist/cli/types/BranchListCliArgs.js.map +1 -0
  10. package/dist/cli/types/BranchMergeCliArgs.js +3 -0
  11. package/dist/cli/types/BranchMergeCliArgs.js.map +1 -0
  12. package/dist/cli/types/BranchProtectCliArgs.js +3 -0
  13. package/dist/cli/types/BranchProtectCliArgs.js.map +1 -0
  14. package/dist/cli/types/BranchRebaseCliArgs.js +3 -0
  15. package/dist/cli/types/BranchRebaseCliArgs.js.map +1 -0
  16. package/dist/cli/types/BranchSwitchCliArgs.js +3 -0
  17. package/dist/cli/types/BranchSwitchCliArgs.js.map +1 -0
  18. package/dist/cli/types/BranchUnProtectCliArgs.js +3 -0
  19. package/dist/cli/types/BranchUnProtectCliArgs.js.map +1 -0
  20. package/dist/cli/types/ChangelogCliArgs.js +0 -0
  21. package/dist/cli/types/ChangelogCliArgs.js.map +0 -0
  22. package/dist/cli/types/ChangelogGenerateCliArgs.js +0 -0
  23. package/dist/cli/types/ChangelogGenerateCliArgs.js.map +0 -0
  24. package/dist/cli/types/CliArgs.js +0 -0
  25. package/dist/cli/types/CliArgs.js.map +0 -0
  26. package/dist/cli/types/CommitAmendCliArgs.js +3 -0
  27. package/dist/cli/types/CommitAmendCliArgs.js.map +1 -0
  28. package/dist/cli/types/CommitCliArgs.js +0 -0
  29. package/dist/cli/types/CommitCliArgs.js.map +0 -0
  30. package/dist/cli/types/CommitCreateCliArgs.js +0 -0
  31. package/dist/cli/types/CommitCreateCliArgs.js.map +0 -0
  32. package/dist/cli/types/CommitListCliArgs.js +0 -0
  33. package/dist/cli/types/CommitListCliArgs.js.map +0 -0
  34. package/dist/cli/types/VersionCliArgs.js +0 -0
  35. package/dist/cli/types/VersionCliArgs.js.map +0 -0
  36. package/dist/cli/types/VersionCompareCliArgs.js +0 -0
  37. package/dist/cli/types/VersionCompareCliArgs.js.map +0 -0
  38. package/dist/cli/types/VersionIncrementCliArgs.js +0 -0
  39. package/dist/cli/types/VersionIncrementCliArgs.js.map +0 -0
  40. package/dist/cli/types/VersionInitCliArgs.js +0 -0
  41. package/dist/cli/types/VersionInitCliArgs.js.map +0 -0
  42. package/dist/cli/types/VersionListCliArgs.js +0 -0
  43. package/dist/cli/types/VersionListCliArgs.js.map +0 -0
  44. package/dist/cli/types/VersionProjectCliArgs.js +0 -0
  45. package/dist/cli/types/VersionProjectCliArgs.js.map +0 -0
  46. package/dist/cli/types/VersionRemoteCliArgs.js +0 -0
  47. package/dist/cli/types/VersionRemoteCliArgs.js.map +0 -0
  48. package/dist/cli/types/VersionResetCliArgs.js +0 -0
  49. package/dist/cli/types/VersionResetCliArgs.js.map +0 -0
  50. package/dist/cli/types/VersionRevertCliArgs.js +0 -0
  51. package/dist/cli/types/VersionRevertCliArgs.js.map +0 -0
  52. package/dist/cli/types/VersionSetCliArgs.js +0 -0
  53. package/dist/cli/types/VersionSetCliArgs.js.map +0 -0
  54. package/dist/cli/types/VersionValidateCliArgs.js +0 -0
  55. package/dist/cli/types/VersionValidateCliArgs.js.map +0 -0
  56. package/dist/commands/branch/command.js +0 -0
  57. package/dist/commands/branch/command.js.map +0 -0
  58. package/dist/commands/branch/types/BranchCliArgs.js +0 -0
  59. package/dist/commands/branch/types/BranchCliArgs.js.map +0 -0
  60. package/dist/commands/branch/types/BranchCreateCliArgs.js +0 -0
  61. package/dist/commands/branch/types/BranchCreateCliArgs.js.map +0 -0
  62. package/dist/commands/branch/types/BranchDeleteCliArgs.js +0 -0
  63. package/dist/commands/branch/types/BranchDeleteCliArgs.js.map +0 -0
  64. package/dist/commands/branch/types/BranchListCliArgs.js +0 -0
  65. package/dist/commands/branch/types/BranchListCliArgs.js.map +0 -0
  66. package/dist/commands/branch/types/BranchMergeCliArgs.js +0 -0
  67. package/dist/commands/branch/types/BranchMergeCliArgs.js.map +0 -0
  68. package/dist/commands/branch/types/BranchProtectCliArgs.js +0 -0
  69. package/dist/commands/branch/types/BranchProtectCliArgs.js.map +0 -0
  70. package/dist/commands/branch/types/BranchRebaseCliArgs.js +0 -0
  71. package/dist/commands/branch/types/BranchRebaseCliArgs.js.map +0 -0
  72. package/dist/commands/branch/types/BranchSwitchCliArgs.js +0 -0
  73. package/dist/commands/branch/types/BranchSwitchCliArgs.js.map +0 -0
  74. package/dist/commands/branch/types/BranchUnProtectCliArgs.js +0 -0
  75. package/dist/commands/branch/types/BranchUnProtectCliArgs.js.map +0 -0
  76. package/dist/commands/branchCommand.js +150 -0
  77. package/dist/commands/branchCommand.js.map +1 -0
  78. package/dist/commands/changelog/command.js +2 -2
  79. package/dist/commands/changelog/command.js.map +1 -1
  80. package/dist/commands/changelog/types/ChangelogCliArgs.js +0 -0
  81. package/dist/commands/changelog/types/ChangelogCliArgs.js.map +0 -0
  82. package/dist/commands/changelog/types/ChangelogGenerateCliArgs.js +0 -0
  83. package/dist/commands/changelog/types/ChangelogGenerateCliArgs.js.map +0 -0
  84. package/dist/commands/changelogCommand.js +32 -0
  85. package/dist/commands/changelogCommand.js.map +1 -0
  86. package/dist/commands/commit/command.js +0 -0
  87. package/dist/commands/commit/command.js.map +0 -0
  88. package/dist/commands/commit/types/CommitAmendCliArgs.js +0 -0
  89. package/dist/commands/commit/types/CommitAmendCliArgs.js.map +0 -0
  90. package/dist/commands/commit/types/CommitCliArgs.js +0 -0
  91. package/dist/commands/commit/types/CommitCliArgs.js.map +0 -0
  92. package/dist/commands/commit/types/CommitCreateCliArgs.js +0 -0
  93. package/dist/commands/commit/types/CommitCreateCliArgs.js.map +0 -0
  94. package/dist/commands/commit/types/CommitListCliArgs.js +0 -0
  95. package/dist/commands/commit/types/CommitListCliArgs.js.map +0 -0
  96. package/dist/commands/commitCommand.js +58 -0
  97. package/dist/commands/commitCommand.js.map +1 -0
  98. package/dist/commands/flow/command.js +0 -0
  99. package/dist/commands/flow/command.js.map +0 -0
  100. package/dist/commands/{flow/types/VersionCliArgs.js → types/BranchCliArgs.js} +1 -1
  101. package/dist/commands/types/BranchCliArgs.js.map +1 -0
  102. package/dist/commands/types/BranchCreateCliArgs.js +3 -0
  103. package/dist/commands/types/BranchCreateCliArgs.js.map +1 -0
  104. package/dist/commands/types/BranchDeleteCliArgs.js +3 -0
  105. package/dist/commands/types/BranchDeleteCliArgs.js.map +1 -0
  106. package/dist/commands/types/BranchListCliArgs.js +3 -0
  107. package/dist/commands/types/BranchListCliArgs.js.map +1 -0
  108. package/dist/commands/types/BranchMergeCliArgs.js +3 -0
  109. package/dist/commands/types/BranchMergeCliArgs.js.map +1 -0
  110. package/dist/commands/types/BranchProtectCliArgs.js +3 -0
  111. package/dist/commands/types/BranchProtectCliArgs.js.map +1 -0
  112. package/dist/commands/types/BranchRebaseCliArgs.js +3 -0
  113. package/dist/commands/types/BranchRebaseCliArgs.js.map +1 -0
  114. package/dist/commands/types/BranchSwitchCliArgs.js +3 -0
  115. package/dist/commands/types/BranchSwitchCliArgs.js.map +1 -0
  116. package/dist/commands/types/BranchUnProtectCliArgs.js +3 -0
  117. package/dist/commands/types/BranchUnProtectCliArgs.js.map +1 -0
  118. package/dist/commands/types/ChangelogCliArgs.js +3 -0
  119. package/dist/commands/types/ChangelogCliArgs.js.map +1 -0
  120. package/dist/commands/types/ChangelogGenerateCliArgs.js +3 -0
  121. package/dist/commands/types/ChangelogGenerateCliArgs.js.map +1 -0
  122. package/dist/commands/types/CliArgs.js +0 -0
  123. package/dist/commands/types/CliArgs.js.map +0 -0
  124. package/dist/commands/types/CommitAmendCliArgs.js +3 -0
  125. package/dist/commands/types/CommitAmendCliArgs.js.map +1 -0
  126. package/dist/commands/types/CommitCliArgs.js +3 -0
  127. package/dist/commands/types/CommitCliArgs.js.map +1 -0
  128. package/dist/commands/types/CommitCreateCliArgs.js +3 -0
  129. package/dist/commands/types/CommitCreateCliArgs.js.map +1 -0
  130. package/dist/commands/types/CommitListCliArgs.js +3 -0
  131. package/dist/commands/types/CommitListCliArgs.js.map +1 -0
  132. package/dist/commands/{fllow/types → types}/VersionCliArgs.js +0 -0
  133. package/dist/commands/types/VersionCliArgs.js.map +1 -0
  134. package/dist/commands/{fllow/types → types}/VersionCompareCliArgs.js +0 -0
  135. package/dist/commands/types/VersionCompareCliArgs.js.map +1 -0
  136. package/dist/commands/{fllow/types → types}/VersionIncrementCliArgs.js +0 -0
  137. package/dist/commands/types/VersionIncrementCliArgs.js.map +1 -0
  138. package/dist/commands/{fllow/types → types}/VersionInitCliArgs.js +0 -0
  139. package/dist/commands/types/VersionInitCliArgs.js.map +1 -0
  140. package/dist/commands/{fllow/types → types}/VersionListCliArgs.js +0 -0
  141. package/dist/commands/types/VersionListCliArgs.js.map +1 -0
  142. package/dist/commands/{fllow/types → types}/VersionProjectCliArgs.js +0 -0
  143. package/dist/commands/types/VersionProjectCliArgs.js.map +1 -0
  144. package/dist/commands/{fllow/types → types}/VersionRemoteCliArgs.js +0 -0
  145. package/dist/commands/types/VersionRemoteCliArgs.js.map +1 -0
  146. package/dist/commands/{fllow/types → types}/VersionResetCliArgs.js +0 -0
  147. package/dist/commands/types/VersionResetCliArgs.js.map +1 -0
  148. package/dist/commands/{fllow/types → types}/VersionRevertCliArgs.js +0 -0
  149. package/dist/commands/types/VersionRevertCliArgs.js.map +1 -0
  150. package/dist/commands/{fllow/types → types}/VersionSetCliArgs.js +0 -0
  151. package/dist/commands/types/VersionSetCliArgs.js.map +1 -0
  152. package/dist/commands/{fllow/types → types}/VersionValidateCliArgs.js +0 -0
  153. package/dist/commands/types/VersionValidateCliArgs.js.map +1 -0
  154. package/dist/commands/utils/command.js +23 -0
  155. package/dist/commands/utils/command.js.map +1 -0
  156. package/dist/commands/version/command.js +0 -0
  157. package/dist/commands/version/command.js.map +0 -0
  158. package/dist/commands/version/types/VersionCliArgs.js +0 -0
  159. package/dist/commands/version/types/VersionCliArgs.js.map +0 -0
  160. package/dist/commands/version/types/VersionCompareCliArgs.js +0 -0
  161. package/dist/commands/version/types/VersionCompareCliArgs.js.map +0 -0
  162. package/dist/commands/version/types/VersionIncrementCliArgs.js +0 -0
  163. package/dist/commands/version/types/VersionIncrementCliArgs.js.map +0 -0
  164. package/dist/commands/version/types/VersionInitCliArgs.js +0 -0
  165. package/dist/commands/version/types/VersionInitCliArgs.js.map +0 -0
  166. package/dist/commands/version/types/VersionListCliArgs.js +0 -0
  167. package/dist/commands/version/types/VersionListCliArgs.js.map +0 -0
  168. package/dist/commands/version/types/VersionProjectCliArgs.js +0 -0
  169. package/dist/commands/version/types/VersionProjectCliArgs.js.map +0 -0
  170. package/dist/commands/version/types/VersionRemoteCliArgs.js +0 -0
  171. package/dist/commands/version/types/VersionRemoteCliArgs.js.map +0 -0
  172. package/dist/commands/version/types/VersionResetCliArgs.js +0 -0
  173. package/dist/commands/version/types/VersionResetCliArgs.js.map +0 -0
  174. package/dist/commands/version/types/VersionRevertCliArgs.js +0 -0
  175. package/dist/commands/version/types/VersionRevertCliArgs.js.map +0 -0
  176. package/dist/commands/version/types/VersionSetCliArgs.js +0 -0
  177. package/dist/commands/version/types/VersionSetCliArgs.js.map +0 -0
  178. package/dist/commands/version/types/VersionValidateCliArgs.js +0 -0
  179. package/dist/commands/version/types/VersionValidateCliArgs.js.map +0 -0
  180. package/dist/commands/{fllow/command.js → versionCommand.js} +2 -2
  181. package/dist/commands/versionCommand.js.map +1 -0
  182. package/dist/config/configLoader.js +0 -0
  183. package/dist/config/configLoader.js.map +0 -0
  184. package/dist/config/configManager.js +0 -0
  185. package/dist/config/configManager.js.map +0 -0
  186. package/dist/config/constants.js +0 -0
  187. package/dist/config/constants.js.map +0 -0
  188. package/dist/config/defaults/config.json +259 -259
  189. package/dist/config/types/BranchConfig.js +0 -0
  190. package/dist/config/types/BranchConfig.js.map +0 -0
  191. package/dist/config/types/ChannelType.js +0 -0
  192. package/dist/config/types/ChannelType.js.map +0 -0
  193. package/dist/config/types/CommitType.js +0 -0
  194. package/dist/config/types/CommitType.js.map +0 -0
  195. package/dist/config/types/Config.js +0 -0
  196. package/dist/config/types/Config.js.map +0 -0
  197. package/dist/config/types/FileGroups.js +0 -0
  198. package/dist/config/types/FileGroups.js.map +0 -0
  199. package/dist/config/types/LinkType.js +0 -0
  200. package/dist/config/types/LinkType.js.map +0 -0
  201. package/dist/config/types/MentionType.js +0 -0
  202. package/dist/config/types/MentionType.js.map +0 -0
  203. package/dist/config/types/NoteType.js +0 -0
  204. package/dist/config/types/NoteType.js.map +0 -0
  205. package/dist/config/types/Options.js +0 -0
  206. package/dist/config/types/Options.js.map +0 -0
  207. package/dist/config/types/Repository.js +0 -0
  208. package/dist/config/types/Repository.js.map +0 -0
  209. package/dist/core/app.js +0 -26
  210. package/dist/core/app.js.map +1 -1
  211. package/dist/core/changelog/app.js +0 -0
  212. package/dist/core/changelog/app.js.map +0 -0
  213. package/dist/index.js +0 -0
  214. package/dist/index.js.map +0 -0
  215. package/dist/modules/FlowManager.js +0 -0
  216. package/dist/modules/FlowManager.js.map +0 -0
  217. package/dist/modules/branch/BranchController.js +0 -0
  218. package/dist/modules/branch/BranchController.js.map +0 -0
  219. package/dist/modules/branch/BranchManager.js +0 -0
  220. package/dist/modules/branch/BranchManager.js.map +0 -0
  221. package/dist/modules/changelog/ChangelogController.js +0 -3
  222. package/dist/modules/changelog/ChangelogController.js.map +1 -1
  223. package/dist/modules/changelog/ChangelogValidator.js +0 -0
  224. package/dist/modules/changelog/ChangelogValidator.js.map +0 -0
  225. package/dist/modules/changelog/templateOperations.js +0 -0
  226. package/dist/modules/changelog/templateOperations.js.map +0 -0
  227. package/dist/modules/changes/types/ChangeInformation.js +0 -0
  228. package/dist/modules/changes/types/ChangeInformation.js.map +0 -0
  229. package/dist/modules/changes/types/Context.js +0 -0
  230. package/dist/modules/changes/types/Context.js.map +0 -0
  231. package/dist/modules/changes/types/RangeInfo.js +0 -0
  232. package/dist/modules/changes/types/RangeInfo.js.map +0 -0
  233. package/dist/modules/changes/types/RangeSummary.js +0 -0
  234. package/dist/modules/changes/types/RangeSummary.js.map +0 -0
  235. package/dist/modules/changes/types/ReferenceTypesEnum.js +0 -0
  236. package/dist/modules/changes/types/ReferenceTypesEnum.js.map +0 -0
  237. package/dist/modules/commit/CommitController.js +0 -0
  238. package/dist/modules/commit/CommitController.js.map +0 -0
  239. package/dist/modules/commit/CommitManager.js +0 -0
  240. package/dist/modules/commit/CommitManager.js.map +0 -0
  241. package/dist/modules/git/commits/commitProcessor.js +0 -0
  242. package/dist/modules/git/commits/commitProcessor.js.map +0 -0
  243. package/dist/modules/git/commits/gitLogFetcher.js +0 -0
  244. package/dist/modules/git/commits/gitLogFetcher.js.map +0 -0
  245. package/dist/modules/git/commits/index.js +0 -0
  246. package/dist/modules/git/commits/index.js.map +0 -0
  247. package/dist/modules/git/commits/profileHandler.js +0 -0
  248. package/dist/modules/git/commits/profileHandler.js.map +0 -0
  249. package/dist/modules/git/commits/regexHandlers.js +0 -0
  250. package/dist/modules/git/commits/regexHandlers.js.map +0 -0
  251. package/dist/modules/git/context/branchHandler.js +0 -0
  252. package/dist/modules/git/context/branchHandler.js.map +0 -0
  253. package/dist/modules/git/context/commitHandler.js +0 -0
  254. package/dist/modules/git/context/commitHandler.js.map +0 -0
  255. package/dist/modules/git/context/index.js +0 -0
  256. package/dist/modules/git/context/index.js.map +0 -0
  257. package/dist/modules/git/context/remoteHandler.js +1 -1
  258. package/dist/modules/git/context/remoteHandler.js.map +1 -1
  259. package/dist/modules/git/context/statusHandler.js +0 -0
  260. package/dist/modules/git/context/statusHandler.js.map +0 -0
  261. package/dist/modules/git/context/tagHandler.js +0 -0
  262. package/dist/modules/git/context/tagHandler.js.map +0 -0
  263. package/dist/modules/git/gitOperations.js +0 -0
  264. package/dist/modules/git/gitOperations.js.map +0 -0
  265. package/dist/modules/git/types/Author.js +0 -0
  266. package/dist/modules/git/types/Author.js.map +0 -0
  267. package/dist/modules/git/types/Branch.js +0 -0
  268. package/dist/modules/git/types/Branch.js.map +0 -0
  269. package/dist/modules/git/types/BranchInfo.js +0 -0
  270. package/dist/modules/git/types/BranchInfo.js.map +0 -0
  271. package/dist/modules/git/types/CommitContent.js +0 -0
  272. package/dist/modules/git/types/CommitContent.js.map +0 -0
  273. package/dist/modules/git/types/CommitInfo.js +0 -0
  274. package/dist/modules/git/types/CommitInfo.js.map +0 -0
  275. package/dist/modules/git/types/CommitType.js +0 -0
  276. package/dist/modules/git/types/CommitType.js.map +0 -0
  277. package/dist/modules/git/types/GitCommit.js +0 -0
  278. package/dist/modules/git/types/GitCommit.js.map +0 -0
  279. package/dist/modules/git/types/GitReference.js +0 -0
  280. package/dist/modules/git/types/GitReference.js.map +0 -0
  281. package/dist/modules/git/types/Link.js +0 -0
  282. package/dist/modules/git/types/Link.js.map +0 -0
  283. package/dist/modules/git/types/Mention.js +0 -0
  284. package/dist/modules/git/types/Mention.js.map +0 -0
  285. package/dist/modules/git/types/Note.js +0 -0
  286. package/dist/modules/git/types/Note.js.map +0 -0
  287. package/dist/modules/git/types/RemoteInfo.js +0 -0
  288. package/dist/modules/git/types/RemoteInfo.js.map +0 -0
  289. package/dist/modules/git/types/Repository.js +0 -0
  290. package/dist/modules/git/types/Repository.js.map +0 -0
  291. package/dist/modules/git/types/StatusInfo.js +0 -0
  292. package/dist/modules/git/types/StatusInfo.js.map +0 -0
  293. package/dist/modules/git/types/Tag.js +0 -0
  294. package/dist/modules/git/types/Tag.js.map +0 -0
  295. package/dist/modules/git/types/TagInfo.js +0 -0
  296. package/dist/modules/git/types/TagInfo.js.map +0 -0
  297. package/dist/modules/git/utils/branchUtils.js +0 -0
  298. package/dist/modules/git/utils/branchUtils.js.map +0 -0
  299. package/dist/modules/git/utils/commitUtils.js +0 -0
  300. package/dist/modules/git/utils/commitUtils.js.map +0 -0
  301. package/dist/modules/git/utils/logUtils.js +0 -0
  302. package/dist/modules/git/utils/logUtils.js.map +0 -0
  303. package/dist/modules/git/utils/rangeOperations.js +0 -0
  304. package/dist/modules/git/utils/rangeOperations.js.map +0 -0
  305. package/dist/modules/git/utils/refUtils.js +0 -0
  306. package/dist/modules/git/utils/refUtils.js.map +0 -0
  307. package/dist/modules/git/utils/referenceUtils.js +0 -0
  308. package/dist/modules/git/utils/referenceUtils.js.map +0 -0
  309. package/dist/modules/git/utils/tagUtils.js +0 -0
  310. package/dist/modules/git/utils/tagUtils.js.map +0 -0
  311. package/dist/modules/output/writer.js +0 -0
  312. package/dist/modules/output/writer.js.map +0 -0
  313. package/dist/modules/sections/contributors.js +0 -0
  314. package/dist/modules/sections/contributors.js.map +0 -0
  315. package/dist/modules/sections/grouping.js +0 -0
  316. package/dist/modules/sections/grouping.js.map +0 -0
  317. package/dist/modules/sections/index.js +0 -0
  318. package/dist/modules/sections/index.js.map +0 -0
  319. package/dist/modules/sections/summarizing.js +0 -0
  320. package/dist/modules/sections/summarizing.js.map +0 -0
  321. package/dist/modules/sections/types/Contributor.js +0 -0
  322. package/dist/modules/sections/types/Contributor.js.map +0 -0
  323. package/dist/modules/sections/types/Group.js +0 -0
  324. package/dist/modules/sections/types/Group.js.map +0 -0
  325. package/dist/modules/sections/types/SectionSummary.js +0 -0
  326. package/dist/modules/sections/types/SectionSummary.js.map +0 -0
  327. package/dist/modules/sections/types/Sections.js +0 -0
  328. package/dist/modules/sections/types/Sections.js.map +0 -0
  329. package/dist/modules/version/GitVersionManager.js +0 -0
  330. package/dist/modules/version/GitVersionManager.js.map +0 -0
  331. package/dist/modules/version/ProjectVersion.js +0 -0
  332. package/dist/modules/version/ProjectVersion.js.map +0 -0
  333. package/dist/modules/version/ReleaseManager.js +0 -0
  334. package/dist/modules/version/ReleaseManager.js.map +0 -0
  335. package/dist/modules/version/VersionController.js +0 -0
  336. package/dist/modules/version/VersionController.js.map +0 -0
  337. package/dist/modules/version/VersionManager.js +0 -0
  338. package/dist/modules/version/VersionManager.js.map +0 -0
  339. package/dist/modules/version/VersionValidator.js +0 -0
  340. package/dist/modules/version/VersionValidator.js.map +0 -0
  341. package/dist/modules/version/types/const.js +0 -0
  342. package/dist/modules/version/types/const.js.map +0 -0
  343. package/dist/modules/version/versionFormatter.js +0 -0
  344. package/dist/modules/version/versionFormatter.js.map +0 -0
  345. package/dist/modules/version/versionHelper.js +0 -0
  346. package/dist/modules/version/versionHelper.js.map +0 -0
  347. package/dist/templates/constants.js +0 -0
  348. package/dist/templates/constants.js.map +0 -0
  349. package/dist/templates/defaults/changelog.detailed.ejs +110 -110
  350. package/dist/templates/defaults/changelog.ejs +67 -67
  351. package/dist/templates/templateRenderer.js +0 -0
  352. package/dist/templates/templateRenderer.js.map +0 -0
  353. package/dist/templates/templateResolver.js +0 -0
  354. package/dist/templates/templateResolver.js.map +0 -0
  355. package/dist/types/PackageJson.js +0 -0
  356. package/dist/types/PackageJson.js.map +0 -0
  357. package/dist/utils/cmd.js +0 -0
  358. package/dist/utils/cmd.js.map +0 -0
  359. package/dist/utils/date.js +0 -0
  360. package/dist/utils/date.js.map +0 -0
  361. package/package.json +64 -65
  362. package/dist/commands/branch/command copy.js +0 -2
  363. package/dist/commands/branch/command copy.js.map +0 -1
  364. package/dist/commands/fllow/command.js.map +0 -1
  365. package/dist/commands/fllow/types/VersionCliArgs.js.map +0 -1
  366. package/dist/commands/fllow/types/VersionCompareCliArgs.js.map +0 -1
  367. package/dist/commands/fllow/types/VersionIncrementCliArgs.js.map +0 -1
  368. package/dist/commands/fllow/types/VersionInitCliArgs.js.map +0 -1
  369. package/dist/commands/fllow/types/VersionListCliArgs.js.map +0 -1
  370. package/dist/commands/fllow/types/VersionProjectCliArgs.js.map +0 -1
  371. package/dist/commands/fllow/types/VersionRemoteCliArgs.js.map +0 -1
  372. package/dist/commands/fllow/types/VersionResetCliArgs.js.map +0 -1
  373. package/dist/commands/fllow/types/VersionRevertCliArgs.js.map +0 -1
  374. package/dist/commands/fllow/types/VersionSetCliArgs.js.map +0 -1
  375. package/dist/commands/fllow/types/VersionValidateCliArgs.js.map +0 -1
  376. package/dist/commands/flow/types/VersionCliArgs.js.map +0 -1
  377. package/dist/commands/flow/types/VersionCompareCliArgs.js +0 -3
  378. package/dist/commands/flow/types/VersionCompareCliArgs.js.map +0 -1
  379. package/dist/commands/flow/types/VersionIncrementCliArgs.js +0 -3
  380. package/dist/commands/flow/types/VersionIncrementCliArgs.js.map +0 -1
  381. package/dist/commands/flow/types/VersionInitCliArgs.js +0 -3
  382. package/dist/commands/flow/types/VersionInitCliArgs.js.map +0 -1
  383. package/dist/commands/flow/types/VersionListCliArgs.js +0 -3
  384. package/dist/commands/flow/types/VersionListCliArgs.js.map +0 -1
  385. package/dist/commands/flow/types/VersionProjectCliArgs.js +0 -3
  386. package/dist/commands/flow/types/VersionProjectCliArgs.js.map +0 -1
  387. package/dist/commands/flow/types/VersionRemoteCliArgs.js +0 -3
  388. package/dist/commands/flow/types/VersionRemoteCliArgs.js.map +0 -1
  389. package/dist/commands/flow/types/VersionResetCliArgs.js +0 -3
  390. package/dist/commands/flow/types/VersionResetCliArgs.js.map +0 -1
  391. package/dist/commands/flow/types/VersionRevertCliArgs.js +0 -3
  392. package/dist/commands/flow/types/VersionRevertCliArgs.js.map +0 -1
  393. package/dist/commands/flow/types/VersionSetCliArgs.js.map +0 -1
  394. package/dist/commands/flow/types/VersionValidateCliArgs.js +0 -3
  395. 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
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,65 +1,64 @@
1
- {
2
- "name": "git-release-manager",
3
- "version": "0.0.11",
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
- "git-release-manager": "file:",
26
- "minimist": "^1.2.8",
27
- "semver": "^7.7.0",
28
- "simple-git": "^3.27.0"
29
- },
30
- "devDependencies": {
31
- "@types/commander": "^2.12.2",
32
- "@types/ejs": "^3.1.5",
33
- "@types/jest": "^29.5.14",
34
- "@types/minimist": "^1.2.5",
35
- "@types/node": "22.13.1",
36
- "@typescript-eslint/eslint-plugin": "^6.19.0",
37
- "@typescript-eslint/parser": "^6.19.0",
38
- "copyfiles": "^2.4.1",
39
- "eslint": "^8.0.0",
40
- "jest": "^29.7.0",
41
- "prettier": "^3.0.0",
42
- "rimraf": "^5.0.5",
43
- "ts-jest": "^29.2.5",
44
- "ts-node": "^10.9.2",
45
- "ts-node-dev": "^2.0.0",
46
- "typescript": "5.7.3"
47
- },
48
- "keywords": [
49
- "git",
50
- "release",
51
- "changelog",
52
- "version",
53
- "release-notes",
54
- "cli"
55
- ],
56
- "author": "Ahmet Soner",
57
- "license": "MIT",
58
- "engines": {
59
- "node": ">=14.0.0"
60
- },
61
- "repository": {
62
- "type": "git",
63
- "url": "https://github.com/ahmettsoner/git-release-manager.git"
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,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=command%20copy.js.map
@@ -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,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=VersionCompareCliArgs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VersionCompareCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionCompareCliArgs.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=VersionIncrementCliArgs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VersionIncrementCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionIncrementCliArgs.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=VersionInitCliArgs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VersionInitCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionInitCliArgs.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=VersionListCliArgs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VersionListCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionListCliArgs.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=VersionProjectCliArgs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VersionProjectCliArgs.js","sourceRoot":"","sources":["../../../../src/commands/flow/types/VersionProjectCliArgs.ts"],"names":[],"mappings":""}