git-changelog-command-line 1.103.2 → 1.104.0

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 CHANGED
@@ -244,249 +244,277 @@ Handlebars.registerHelper('startsWith', function(from, options) {
244
244
  Or from command line:
245
245
 
246
246
  ```shell
247
- -cl, --custom-issue-link <string> Custom issue link. Supports
248
- variables like ${PATTERN_GROUP_1} to
249
- inject variables from pattern.
250
- <string>: any string
251
- Default: null
252
- -cn, --custom-issue-name <string> Custom issue name.
253
- <string>: any string
254
- Default: null
255
- -cp, --custom-issue-pattern <string> Custom issue pattern.
256
- <string>: any string
257
- Default: null
258
- -ct, --custom-issue-title <string> Custom issue title. Supports
259
- variables like ${PATTERN_GROUP_1} to
260
- inject variables from pattern.
261
- <string>: any string
262
- Default: null
263
- -df, --date-format <string> Format to use when printing
264
- dates.
265
- <string>: any string
266
- Default: YYYY-MM-dd HH:mm:ss
267
- -eh, --extended-headers <string> Extended headers that will send
268
- when access JIRA. e.g. -eh CF-Access-
269
- Client-ID:abcde12345xyz.access [Supports Multiple occurrences]
270
- <string>: any string
271
- Default: Empty list
272
- -en, --encoding <string> Encoding to use when writing
273
- content.
274
- <string>: any string
275
- Default: UTF-8
276
- -ex, --extended-variables <string> Extended variables that will be
277
- available as {{extended.*}}. -ex "{\"
278
- var1\": \"val1\"}" will print out
279
- "val1" for a template like "{{extended.
280
- var1}}"
281
- <string>: any string
282
- Default:
283
- -fc, --from-commit <string> From commit.
284
- <string>: any string
285
- Default: 0000000000000000000000000000000000000000
286
- -fr, --from-ref <string> From ref.
287
- <string>: any string
288
- Default: null
289
- -gapi, --github-api <string> GitHub API. Like: https://api.
290
- github.com/repos/tomasbjerre/git-
291
- changelog-command-line/
292
- <string>: any string
293
- Default:
294
- -ge, --github-enabled Enable parsing for GitHub
295
- issues.
296
- Default: disabled
297
- -gl, --gitlab-enabled Enable parsing for GitLab
298
- issues.
299
- Default: disabled
300
- -glpn, --gitlab-project-name <string> GitLab project name.
301
- <string>: any string
302
- Default:
303
- -gls, --gitlab-server <string> GitLab server, like https:
304
- //gitlab.com/.
305
- <string>: any string
306
- Default:
307
- -glt, --gitlab-token <string> GitLab API token.
308
- <string>: any string
309
- Default:
310
- -gtok, --github-token <string> GitHub API OAuth2 token. You
311
- can get it from: curl -u
312
- 'yourgithubuser' -d '{"note":"Git Changelog
313
- Lib"}' https://api.github.
314
- com/authorizations
315
- <string>: any string
316
- Default:
317
- -h, --help <argument-to-print-help-for> <argument-to-print-help-for>: an argument to print help for
318
- Default: If no specific parameter is given the whole usage text is given
319
- -handlebars-helper-file, -hhf <path> Can be used to add extra
320
- helpers.
321
- <path>: a file path
322
- Default: /home/bjerre/workspace/git-changelog/git-changelog-command-line/.
323
- -ini, --ignore-commits-without-issue Ignore commits that is not
324
- included in any issue.
325
- Default: disabled
326
- -iot, --ignore-older-than <string> Ignore commits older than yyyy-
327
- MM-dd HH:mm:ss.
328
- <string>: any string
329
- Default:
330
- -ip, --ignore-pattern <string> Ignore commits where pattern
331
- matches message.
332
- <string>: any string
333
- Default: ^Merge.*
334
- -itp, --ignore-tag-pattern <string> Ignore tags that matches
335
- regular expression. Can be used to
336
- ignore release candidates and only
337
- include actual releases.
338
- <string>: any string
339
- Default: null
340
- -jaf, --jira-additional-field <string> Adds an additional field for Jira.
341
- When configured, we will return
342
- from Jira the result of this
343
- field, if it exists. [Supports Multiple occurrences]
344
- <string>: any string
345
- Default: Empty list
346
- -jba, --jira-basic-auth <string> Optional token to authenticate
347
- with Jira.
348
- <string>: any string
349
- Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
350
- -jbt, --jira-bearer <string> Optional token to authenticate
351
- with Jira.
352
- <string>: any string
353
- Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
354
- -je, --jira-enabled Enable parsing for Jira issues.
355
- Default: disabled
356
- -jp, --jira-pattern <string> Jira issue pattern.
357
- <string>: any string
358
- Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
359
- -jpw, --jira-password <string> Optional password to
360
- authenticate with Jira.
361
- <string>: any string
362
- Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
363
- -js, --jiraServer, --jira-server <string> Jira server. When a Jira server
364
- is given, the title of the Jira
365
- issues can be used in the changelog.
366
- <string>: any string
367
- Default: null
368
- -ju, --jira-username <string> Optional username to
369
- authenticate with Jira.
370
- <string>: any string
371
- Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
372
- -mavp, --major-version-pattern <string> Commit messages matching this,
373
- optional, regular expression will trigger
374
- new major version.
375
- <string>: any string
376
- Default: null
377
- -mivp, --minor-version-pattern <string> Commit messages matching this,
378
- optional, regular expression will trigger
379
- new minor version.
380
- <string>: any string
381
- Default: ^[Ff]eat.*
382
- -ni, --no-issue-name <string> Name of virtual issue that
383
- contains commits that has no issue
384
- associated.
385
- <string>: any string
386
- Default: No issue
387
- -of, --output-file <string> Write output to file.
388
- <string>: any string
389
- Default:
390
- -pavp, --patch-version-pattern <string> Commit messages matching this,
391
- optional, regular expression will trigger
392
- new patch version.
393
- <string>: any string
394
- Default: null
395
- -phv, --print-highest-version Print the highest version,
396
- determined by tags in repo, and exit.
397
- Default: disabled
398
- -phvt, --print-highest-version-tag Print the tag corresponding to
399
- highest version, and exit.
400
- Default: disabled
401
- -pnv, --print-next-version Print the next version,
402
- determined by commits since highest
403
- version, and exit.
404
- Default: disabled
405
- -ptf, --prepend-to-file <string> Add the changelog to top of
406
- given file.
407
- <string>: any string
408
- Default: null
409
- -r, --repo <string> Repository.
410
- <string>: any string
411
- Default: .
412
- -re, --redmine-enabled Enable parsing for Redmine
413
- issues.
414
- Default: disabled
415
- -rhh, --register-handlebars-helper <string> Handlebar helpers, https:
416
- //handlebarsjs.com/guide/block-helpers.html,
417
- to register and use in given
418
- template.
419
- <string>: any string
420
- Default:
421
- -ri, --remove-issue-from-message Dont print any issues in the
422
- messages of commits.
423
- Default: disabled
424
- -rmp, --redmine-pattern <string> Redmine issue pattern.
425
- <string>: any string
426
- Default: #([0-9]+)
427
- -rmpw, --redmine-password <string> Optional password to
428
- authenticate with Redmine.
429
- <string>: any string
430
- Default:
431
- -rms, --redmine-server <string> Redmine server. When a Redmine
432
- server is given, the title of the
433
- Redmine issues can be used in the
434
- changelog.
435
- <string>: any string
436
- Default: null
437
- -rmt, --redmine-token <string> Optional token/api-key to
438
- authenticate with Redmine.
439
- <string>: any string
440
- Default:
441
- -rmu, --redmine-username <string> Optional username to
442
- authenticate with Redmine.
443
- <string>: any string
444
- Default:
445
- -rt, --readable-tag-name <string> Pattern to extract readable
446
- part of tag.
447
- <string>: any string
448
- Default: /([^/]+?)$
449
- -sf, --settings-file <string> Use settings from file.
450
- <string>: any string
451
- Default: null
452
- --show-debug-info Please run your command with
453
- this parameter and supply output
454
- when reporting bugs.
455
- Default: disabled
456
- -std, --stdout Print builder to <STDOUT>.
457
- Default: disabled
458
- -t, --template <string> Template to use. A default
459
- template will be used if not specified.
460
- <string>: any string
461
- Default: changelog.mustache
462
- -tbd, --template-base-dir <string> Base dir of templates.
463
- <string>: any string
464
- Default: null
465
- -tc, --to-commit <string> To commit.
466
- <string>: any string
467
- Default: null
468
- -tec, --template-content <string> String to use as template.
469
- <string>: any string
470
- Default:
471
- -tps, --template-partial-suffix <string> File ending for partials.
472
- <string>: any string
473
- Default: .hbs
474
- -tr, --to-ref <string> To ref.
475
- <string>: any string
476
- Default: refs/heads/master
477
- -tz, --time-zone <string> TimeZone to use when printing
478
- dates.
479
- <string>: any string
480
- Default: UTC
481
- -ui, --use-integrations Use integrations to get more
482
- details on commits.
483
- Default: disabled
484
- -ut, --untagged-name <string> When listing commits per tag,
485
- this will by the name of a virtual
486
- tag that contains commits not
487
- available in any git tag.
488
- <string>: any string
489
- Default: No tag
247
+ -cl, --custom-issue-link <string> Custom issue link.
248
+ Supports variables like
249
+ ${PATTERN_GROUP_1} to inject variables
250
+ from pattern.
251
+ <string>: any string
252
+ Default: null
253
+ -cn, --custom-issue-name <string> Custom issue name.
254
+ <string>: any string
255
+ Default: null
256
+ -cp, --custom-issue-pattern <string> Custom issue pattern.
257
+ <string>: any string
258
+ Default: null
259
+ -ct, --custom-issue-title <string> Custom issue title.
260
+ Supports variables like
261
+ ${PATTERN_GROUP_1} to inject variables
262
+ from pattern.
263
+ <string>: any string
264
+ Default: null
265
+ -df, --date-format <string> Format to use when
266
+ printing dates.
267
+ <string>: any string
268
+ Default: YYYY-MM-dd HH:mm:ss
269
+ -eh, --extended-headers <string> Extended headers that
270
+ will send when access JIRA.
271
+ e.g. -eh CF-Access-
272
+ Client-ID:abcde12345xyz.access [Supports Multiple occurrences]
273
+ <string>: any string
274
+ Default: Empty list
275
+ -en, --encoding <string> Encoding to use when
276
+ writing content.
277
+ <string>: any string
278
+ Default: UTF-8
279
+ -ex, --extended-variables <string> Extended variables
280
+ that will be available as
281
+ {{extended.*}}. -ex "{\"var1\": \"
282
+ val1\"}" will print out "val1"
283
+ for a template like
284
+ "{{extended.var1}}"
285
+ <string>: any string
286
+ Default:
287
+ -fre, --from-revision <string> From revision.
288
+ <string>: any string
289
+ Default: 0000000000000000000000000000000000000000
290
+ -frei, --from-revision-inclusiveness Include, or exclude,
291
+ <InclusivenessStrategy> specified revision.
292
+ <InclusivenessStrategy>: {INCLUSIVE | EXCLUSIVE | DEFAULT}
293
+ Default: DEFAULT
294
+ -gapi, --github-api <string> GitHub API. Like:
295
+ https://api.github.
296
+ com/repos/tomasbjerre/git-changelog-command-line/
297
+ <string>: any string
298
+ Default:
299
+ -ge, --github-enabled Enable parsing for
300
+ GitHub issues.
301
+ Default: disabled
302
+ -gl, --gitlab-enabled Enable parsing for
303
+ GitLab issues.
304
+ Default: disabled
305
+ -glpn, --gitlab-project-name <string> GitLab project name.
306
+ <string>: any string
307
+ Default:
308
+ -gls, --gitlab-server <string> GitLab server, like
309
+ https://gitlab.com/.
310
+ <string>: any string
311
+ Default:
312
+ -glt, --gitlab-token <string> GitLab API token.
313
+ <string>: any string
314
+ Default:
315
+ -gtok, --github-token <string> GitHub API OAuth2
316
+ token. You can get it from:
317
+ curl -u 'yourgithubuser' -d
318
+ '{"note":"Git Changelog Lib"}'
319
+ https://api.github.
320
+ com/authorizations
321
+ <string>: any string
322
+ Default:
323
+ -h, --help <argument-to-print-help-for> <argument-to-print-help-for>: an argument to print help for
324
+ Default: If no specific parameter is given the whole usage text is given
325
+ -handlebars-helper-file, -hhf <path> Can be used to add
326
+ extra helpers.
327
+ <path>: a file path
328
+ Default: /home/bjerre/workspace/git-changelog/git-changelog-command-line/.
329
+ -ini, --ignore-commits-without-issue Ignore commits that is
330
+ not included in any issue.
331
+ Default: disabled
332
+ -iot, --ignore-older-than <string> Ignore commits older
333
+ than yyyy-MM-dd HH:mm:ss.
334
+ <string>: any string
335
+ Default:
336
+ -ip, --ignore-pattern <string> Ignore commits where
337
+ pattern matches message.
338
+ <string>: any string
339
+ Default: ^Merge.*
340
+ -itp, --ignore-tag-pattern <string> Ignore tags that
341
+ matches regular expression.
342
+ Can be used to ignore
343
+ release candidates and only
344
+ include actual releases.
345
+ <string>: any string
346
+ Default: null
347
+ -jaf, --jira-additional-field <string> Adds an additional
348
+ field for Jira. When
349
+ configured, we will return from
350
+ Jira the result of this
351
+ field, if it exists. [Supports Multiple occurrences]
352
+ <string>: any string
353
+ Default: Empty list
354
+ -jba, --jira-basic-auth <string> Optional token to
355
+ authenticate with Jira.
356
+ <string>: any string
357
+ Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
358
+ -jbt, --jira-bearer <string> Optional token to
359
+ authenticate with Jira.
360
+ <string>: any string
361
+ Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
362
+ -je, --jira-enabled Enable parsing for
363
+ Jira issues.
364
+ Default: disabled
365
+ -jp, --jira-pattern <string> Jira issue pattern.
366
+ <string>: any string
367
+ Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
368
+ -jpw, --jira-password <string> Optional password to
369
+ authenticate with Jira.
370
+ <string>: any string
371
+ Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
372
+ -js, --jiraServer, --jira-server <string> Jira server. When a
373
+ Jira server is given, the
374
+ title of the Jira issues can
375
+ be used in the changelog.
376
+ <string>: any string
377
+ Default: null
378
+ -ju, --jira-username <string> Optional username to
379
+ authenticate with Jira.
380
+ <string>: any string
381
+ Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
382
+ -mavp, --major-version-pattern <string> Commit messages
383
+ matching this, optional,
384
+ regular expression will
385
+ trigger new major version.
386
+ <string>: any string
387
+ Default: null
388
+ -mivp, --minor-version-pattern <string> Commit messages
389
+ matching this, optional,
390
+ regular expression will
391
+ trigger new minor version.
392
+ <string>: any string
393
+ Default: ^[Ff]eat.*
394
+ -ni, --no-issue-name <string> Name of virtual issue
395
+ that contains commits that
396
+ has no issue associated.
397
+ <string>: any string
398
+ Default: No issue
399
+ -of, --output-file <string> Write output to file.
400
+ <string>: any string
401
+ Default:
402
+ -pavp, --patch-version-pattern <string> Commit messages
403
+ matching this, optional,
404
+ regular expression will
405
+ trigger new patch version.
406
+ <string>: any string
407
+ Default: null
408
+ -phv, --print-highest-version Print the highest
409
+ version, determined by tags in
410
+ repo, and exit.
411
+ Default: disabled
412
+ -phvt, --print-highest-version-tag Print the tag
413
+ corresponding to highest version,
414
+ and exit.
415
+ Default: disabled
416
+ -pnv, --print-next-version Print the next
417
+ version, determined by commits
418
+ since highest version, and
419
+ exit.
420
+ Default: disabled
421
+ -ptf, --prepend-to-file <string> Add the changelog to
422
+ top of given file.
423
+ <string>: any string
424
+ Default: null
425
+ -r, --repo <string> Repository.
426
+ <string>: any string
427
+ Default: .
428
+ -re, --redmine-enabled Enable parsing for
429
+ Redmine issues.
430
+ Default: disabled
431
+ -rhh, --register-handlebars-helper <string> Handlebar helpers,
432
+ https://handlebarsjs.
433
+ com/guide/block-helpers.html, to
434
+ register and use in given
435
+ template.
436
+ <string>: any string
437
+ Default:
438
+ -ri, --remove-issue-from-message Dont print any issues
439
+ in the messages of
440
+ commits.
441
+ Default: disabled
442
+ -rmp, --redmine-pattern <string> Redmine issue pattern.
443
+ <string>: any string
444
+ Default: #([0-9]+)
445
+ -rmpw, --redmine-password <string> Optional password to
446
+ authenticate with Redmine.
447
+ <string>: any string
448
+ Default:
449
+ -rms, --redmine-server <string> Redmine server. When a
450
+ Redmine server is given, the
451
+ title of the Redmine issues
452
+ can be used in the
453
+ changelog.
454
+ <string>: any string
455
+ Default: null
456
+ -rmt, --redmine-token <string> Optional token/api-key
457
+ to authenticate with
458
+ Redmine.
459
+ <string>: any string
460
+ Default:
461
+ -rmu, --redmine-username <string> Optional username to
462
+ authenticate with Redmine.
463
+ <string>: any string
464
+ Default:
465
+ -rt, --readable-tag-name <string> Pattern to extract
466
+ readable part of tag.
467
+ <string>: any string
468
+ Default: /([^/]+?)$
469
+ -sf, --settings-file <string> Use settings from file.
470
+ <string>: any string
471
+ Default: null
472
+ --show-debug-info Please run your
473
+ command with this parameter
474
+ and supply output when
475
+ reporting bugs.
476
+ Default: disabled
477
+ -std, --stdout Print builder to
478
+ <STDOUT>.
479
+ Default: disabled
480
+ -t, --template <string> Template to use. A
481
+ default template will be used
482
+ if not specified.
483
+ <string>: any string
484
+ Default: changelog.mustache
485
+ -tbd, --template-base-dir <string> Base dir of templates.
486
+ <string>: any string
487
+ Default: null
488
+ -tec, --template-content <string> String to use as
489
+ template.
490
+ <string>: any string
491
+ Default:
492
+ -tps, --template-partial-suffix <string> File ending for
493
+ partials.
494
+ <string>: any string
495
+ Default: .hbs
496
+ -tre, --to-revision <string> To revision.
497
+ <string>: any string
498
+ Default: refs/heads/master
499
+ -trei, --to-revision-inclusiveness Include, or exclude,
500
+ <InclusivenessStrategy> specified revision.
501
+ <InclusivenessStrategy>: {INCLUSIVE | EXCLUSIVE | DEFAULT}
502
+ Default: DEFAULT
503
+ -tz, --time-zone <string> TimeZone to use when
504
+ printing dates.
505
+ <string>: any string
506
+ Default: UTC
507
+ -ui, --use-integrations Use integrations to
508
+ get more details on
509
+ commits.
510
+ Default: disabled
511
+ -ut, --untagged-name <string> When listing commits
512
+ per tag, this will by the
513
+ name of a virtual tag that
514
+ contains commits not available
515
+ in any git tag.
516
+ <string>: any string
517
+ Default: No tag
490
518
  ```
491
519
 
492
520
  ## Usage - template base dir
@@ -0,0 +1,11 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+ Version: BCPG v1.68
3
+
4
+ iQEcBAABCgAGBQJkxTl3AAoJEJxRmnfYMAu7RZkIAJJgqIjyaDrsrVNkC3B+txVz
5
+ jUZItyi/IDMslhkYDZ8J6WcFtNiRwnS+JJTla0/SHf0vDrNWOCXsyhl+cXxHR9Pr
6
+ z26EbZAgQsIWqZdOkkap1gkAgHRRSmNq59u53jEYGgsRzAoIWNXyua97P2c0rKH0
7
+ NqKVATvZY1LcY8lAaOf+53TIovav1WF6+yVnNcUua25RJPMKUuM5z22S30BAW+vH
8
+ i0UacdoOo4h1BsZcni8zAGJI1kJ2b+p4GaUUf8KxLB2b323W4WTkMY6LZFjbOeVC
9
+ Vmfj6Y5e6NlvquGtUq9u2OCJDQkVI+MP4LTnuM1Lsy5G8BIK+DaP97tnjFKm05M=
10
+ =5OEi
11
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,11 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+ Version: BCPG v1.68
3
+
4
+ iQEcBAABCgAGBQJkxTl2AAoJEJxRmnfYMAu7qwYH/3igqqXIGBqcYm/GpJ7ky7VI
5
+ XzJXO/5A3PE+5AZSNUrwDMS9q0kErn0bdHjqS1qD73z2q4i0c1Xqc+hWD+UPPy2h
6
+ hEhMxU6uEVAbQHLZtm0jNa46YVE/Vg+uDz+OOF3Mrn+nKZ09MvPli59Pv1lHdPum
7
+ ae9KzMOofaoRAECuZ4eySksCX4pGgZwJJMx0TUev0sLkkYH1d98sxSbeQQL/p4M7
8
+ SpNkag0URggXzGIuAE5beyGOcx5CjypWLvDj9nXFObdjin264AOAmFkpgbzg4FM8
9
+ GoM1QiKCl5my5kG2QIzMkuz2HMXkH8rFyBlfl5eNIyziXlwNJr1iKSLXhfhvHh8=
10
+ =YH2s
11
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,11 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+ Version: BCPG v1.68
3
+
4
+ iQEcBAABCgAGBQJkxTl3AAoJEJxRmnfYMAu71YMH/iQrcVCrI+JymPLlz0/aoIsL
5
+ xRVC/g+bogzF7Hzxm8QNpmE8R3uFBpWod7JpHGSQOtmLXLXHz3uxRlGDI2B5+bd+
6
+ sLO/iCAxiEUOTFl9xUOE7Wme3v9S0RuTznsLtOHWuqVmO9GYxRDQTb7k0P29353q
7
+ kt463Zm0Ji3DA7n54nkJcUnhYJwyF7iECtt2xKGI9NnWsALXZ2brKFe2c7lt3Iky
8
+ etLn/upbHxp0Bd7YpXcjK7Hg8eWOkw3zG4p7S9CfIzjUfDj9k65eWfB6hg9+zM0l
9
+ KJi6ix8tyG4o+yE1XD+mRY8lXh9O0hnBtvQ5KbWnO+HEmznqUyBwIoiSwmvs6ic=
10
+ =dR4b
11
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,11 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+ Version: BCPG v1.68
3
+
4
+ iQEcBAABCgAGBQJkxTl2AAoJEJxRmnfYMAu71LYIAJeVXEgKr33i0vAa5jNoaREz
5
+ 7U6v3nsGwr4qpP3YOf1/uA5bOX+0EXnk50Ij0zQN4mvKqKxdUWs93V9YOXc6ocCh
6
+ +Mj0KDNel7F+QxqQkMH0JJw0sf9ItvjrIfM0z3yJS2+YrwQexNM99OyogsAjOgMt
7
+ tVZgZlUcxWTzXuOLRkRjIjykIliu+Ilp53uw02z6fFwc0zJNV+RxgXz4QBwhUMA7
8
+ iQBj9vDExrc8YdubtHkvvR/xQBlKzK7/vCjrRCXKK5ePj4xzzznfphRPHUWWCHI2
9
+ Pu+QX0Z/cpkl9MaieWMZTsicUOvhIrYdandN71JqtHeCbZwIRRMkUiEd5S/KZIk=
10
+ =57x2
11
+ -----END PGP SIGNATURE-----
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.103.2",
2
+ "version": "1.104.0",
3
3
  "name": "git-changelog-command-line",
4
4
  "homepage": "https://github.com/tomasbjerre/git-changelog-command-line",
5
5
  "repository": "https://github.com/tomasbjerre/git-changelog-command-line",
@@ -1,11 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
- Version: BCPG v1.68
3
-
4
- iQEcBAABCgAGBQJko7NPAAoJEJxRmnfYMAu7nk8H+wbQODdMEuIoYxzXIRQB7Cq4
5
- FvxxsyQ+M6TtJqTcSnB/E3ggdy2cfOwaW3I4FUPLMRXs+kgjl0xzSG9qho3d/2ID
6
- g0QzRQB5zWM1kbbdkChc1glZ/Pq+odKWVx5nEJZepABJEXEWFupJSc0JV1JECrfa
7
- Foe0Mn83+g/gcKg8Hh1+cwWwuIvoTl/npYiFpju7zo+jfb/g9piNbPd081+9rDa7
8
- tcrHq1UbDAVIJBKHaWwAbNWluCDaYsrV1pLR9u9LNQk3AvD9timEJ6FtFJvJD6EL
9
- iq5dum8hn0KsmuaoTQXdbcKUq4Zg7uUxyFlQWuf3H0RT94tqJTQDR+YBBqeEnQw=
10
- =1Qd1
11
- -----END PGP SIGNATURE-----
@@ -1,11 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
- Version: BCPG v1.68
3
-
4
- iQEcBAABCgAGBQJko7NPAAoJEJxRmnfYMAu7ZtUIAJORvFlNdFnYg21odYB4nWBH
5
- n8YpULjlRqg0cVTV35/sXkCzB0bqzBLjYcJptBVYBgogo8CXHdMwVT9/nJ1x9344
6
- KqVcaGcVx/Bp7hb4BjaXIzXlWILfXhnlbki6MW7dDWQCMqqsSha+t/k9u0guNv2K
7
- tNk7iNtKqHK5f9WGfIAkt9A0sksXPLCWkCQkPyujacOvUjCDiwzV9ugDw5Hm8KXs
8
- iUGjeTNXCdh6M8WLO0fckz2CJAKSqTm00ukkT/RTflbV5BFsqDnL532/VG3IThLr
9
- GabONXdMT54weXsOqd98SGTbYWn7LkEuDdMTMg8aE0iJc4RPkhEfb1RYwqGHgNk=
10
- =5YNx
11
- -----END PGP SIGNATURE-----
@@ -1,11 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
- Version: BCPG v1.68
3
-
4
- iQEcBAABCgAGBQJko7NPAAoJEJxRmnfYMAu7xo4H/1TQAErrnfUB7lzIoAAoTzNf
5
- fZLQdZiiS783n6Qj3Psq78FC1CGmmjC1FPA0QVFQmcISRHBPQ2PRn1kuvax8+slr
6
- LNFsPFbJ5FLWITjfo3N/hISyo1dumAJ4NxWaB6okQJn2lH9MZmXgB8dunIiDDKRI
7
- rvttpT8owOF+AQq/WUwPvzMD3WWfWNqXpWIgPhDi4sagW0O3jyVR1psxTtiHxKJA
8
- WTqp0S9tFSATdRt8OKyimAs/xQinyKVY1gDpgJ3mU4UBbnqoexVcoP9kbt8nhnem
9
- B7v6KQuTVjXX6zslIrSjH2rEDOiRtVtLbV1AVdM/Lw1ojBgcZoBy+DDbTlVsws0=
10
- =KwfM
11
- -----END PGP SIGNATURE-----
@@ -1,11 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
- Version: BCPG v1.68
3
-
4
- iQEcBAABCgAGBQJko7NPAAoJEJxRmnfYMAu7WGoH/3Z2PuzWX0HTjUYg2RTJdtZy
5
- rqTKcy0lyeCWVgRGwW7qegV+a9esCr0OyQnF5IDkUV9394orcUg3mROlWflusw3c
6
- GSgCF1QAbSbv9xwtijMO9VTUQQRTEMw36i7oc+1m7JBZ5g1Nfh2smutfq2X2qqE3
7
- Hp3kizBXtveGCebs3AiiXBZxmuqLuoTpCK4iBxF3vs8uJSthgJXuar4yLfnNRzrF
8
- Fprm75p25CVW6m0p4RNpt7rnvrzGbC67JXrMANBuc3fZtvtUHCxAn6P/tm9SqUZl
9
- AfBpS9E8t4/m24CU7zkszF8pY11BQIJB0BJhrE4pk7TOjqCfIPoD2SXkra+LPKg=
10
- =kp/Y
11
- -----END PGP SIGNATURE-----