git-changelog-command-line 1.103.2 → 1.104.1
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 +271 -243
- package/build/libs/git-changelog-command-line-1.104.1-javadoc.jar +0 -0
- package/build/libs/git-changelog-command-line-1.104.1-javadoc.jar.asc +11 -0
- package/build/libs/git-changelog-command-line-1.104.1-sources.jar +0 -0
- package/build/libs/git-changelog-command-line-1.104.1-sources.jar.asc +11 -0
- package/build/libs/{git-changelog-command-line-1.103.2-tests.jar → git-changelog-command-line-1.104.1-tests.jar} +0 -0
- package/build/libs/git-changelog-command-line-1.104.1-tests.jar.asc +11 -0
- package/build/libs/{git-changelog-command-line-1.103.2.jar → git-changelog-command-line-1.104.1.jar} +0 -0
- package/build/libs/git-changelog-command-line-1.104.1.jar.asc +11 -0
- package/package.json +1 -1
- package/build/libs/git-changelog-command-line-1.103.2-javadoc.jar +0 -0
- package/build/libs/git-changelog-command-line-1.103.2-javadoc.jar.asc +0 -11
- package/build/libs/git-changelog-command-line-1.103.2-sources.jar +0 -0
- package/build/libs/git-changelog-command-line-1.103.2-sources.jar.asc +0 -11
- package/build/libs/git-changelog-command-line-1.103.2-tests.jar.asc +0 -11
- package/build/libs/git-changelog-command-line-1.103.2.jar.asc +0 -11
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>
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
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
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJkxkE2AAoJEJxRmnfYMAu7XUYH/RaMuUPQzw1V/0TrlszXMvWV
|
|
5
|
+
vA0BK9eYm3VEL6BE/Hp6VuWDZgXHOChbRWvrrJYRKnPQJJ73Fmy9ev6bVKIFntf4
|
|
6
|
+
SH4pE5zjGba5LJQhPOKX6tfH9Dg8cTBFcladBeWjFfx0wwkY5fzLFksbj7d/r2Ol
|
|
7
|
+
Q95bxsx1RXeSXKE0zySKqmohcfOPdS5tohLTFd2BdbfjosY5VYm/dJVW/605RY4F
|
|
8
|
+
WXj0cF+lJsGGA1bYNXX5+SfKbHh4ZIA0zgOrQiKG9Zsn9KfoInATrSPQEzEUBnLH
|
|
9
|
+
q/neIgP4UWzQJhjQqvJzXPVhn6Nw6AkgZE1FWz46sONdc95FXqrAKXFPKO12KC4=
|
|
10
|
+
=Xrmv
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJkxkE2AAoJEJxRmnfYMAu7aJ4H/jpuxv9n0Jpu+Ky2+GcJxaUA
|
|
5
|
+
J0T4WuqQ4UhyaR80mkjrysHQslDvhVZ3GQzigXWReuQ0QCw2grie/30vU47rt5Ja
|
|
6
|
+
93n5wp1LugBSaAanqVgWzSgUKZlbW/m0CVQKk1bir7L0mPfsQ6xAynFK+d7O0USC
|
|
7
|
+
cWKW/376KAWvj6LGF/ROjMkWrV0r1uiVLjDJFNxNbyShDNEW2r+2PmnPs+aBweVw
|
|
8
|
+
CTFaPJkpIKOJnuiNCImj9r+K5A60e/NOWOoM2evjE9dTrfvUf6ZFE7D6dEBHS72U
|
|
9
|
+
WQ0Q/7486wZQFB+/5sSygzB0GKEtMeOqOd2CkSblcsn78iJHOyyeJx59SaIZPc0=
|
|
10
|
+
=KVOb
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJkxkE2AAoJEJxRmnfYMAu7LMQH/0UFBvceq89H6cMlxhKLWH+4
|
|
5
|
+
chuKU5xzQ7tD5Hyctgu435hGVUk1PtJCNq6fWSwpxfTdG3NsrOpArP7FJCVCU90l
|
|
6
|
+
MXLbRkreqG8Cgp7lM2HTXCsLcFPtTOM4DuIRuSKhMpags98IWtBtMs4U39qG0aHQ
|
|
7
|
+
MOfyeGQ/5+u3R37pDGNKZ7MEp8NdFuvtStuJVYwC9mcLa0o65qOzaSwFcO7+kEGN
|
|
8
|
+
g64ydYO0ImIrDIl7Z4gcTOnPr/Y9DkJICKWhNcvr+klQ8oID3C/gRBFygAng655U
|
|
9
|
+
vn1sK4g3fluRV6EBuCQH5/CVNBoSP/xiL5MjQ+jhVMNvIz2ooYVw0D+JFOokgBU=
|
|
10
|
+
=xskZ
|
|
11
|
+
-----END PGP SIGNATURE-----
|
package/build/libs/{git-changelog-command-line-1.103.2.jar → git-changelog-command-line-1.104.1.jar}
RENAMED
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.68
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJkxkE3AAoJEJxRmnfYMAu7lXIH/R67Msb0P+5fGa6DTa/yLJyW
|
|
5
|
+
qAgV1zSaUTMmtbfjXuZuwjgizmWa1ef8scARQY2IF5ZsSl12JJc7WyjQzXUNjCAM
|
|
6
|
+
bXTwvfhSK5hV6TTdnhWHVglcqCg8UPV0hlDIJVcIPc1SnUNubMOF5Z+l8fONLU0H
|
|
7
|
+
wUkblgrPdNh5MZpljhJgt70GaTUgHl0+P7qctcOQ78kc1aXUKckcE4Fkstm59/GO
|
|
8
|
+
mpJymd8UXgSa9IxTuLwRkvNt3cyc9uREoMqkQzP7tCc5L1t+9fO5SoBoquK7S2Jo
|
|
9
|
+
fVmUsX6WQ0+HsEzWL2ijqLWKVCmTvz/wTdvVduu/uDqHqQcuUFjqN5Y5AagpGvY=
|
|
10
|
+
=Vdhc
|
|
11
|
+
-----END PGP SIGNATURE-----
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -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-----
|
|
Binary file
|
|
@@ -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-----
|