git-changelog-command-line 1.98.0 → 1.99.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
@@ -163,8 +163,8 @@ Handlebars.registerHelper('startsWith', function(from, options) {
163
163
  Or from command line:
164
164
 
165
165
  ```shell
166
- -cl, --custom-issue-link <string> Custom issue link. Supports
167
- variables like ${PATTERN_GROUP_1} to
166
+ -cl, --custom-issue-link <string> Custom issue link. Supports
167
+ variables like ${PATTERN_GROUP_1} to
168
168
  inject variables from pattern.
169
169
  <string>: any string
170
170
  Default: null
@@ -174,27 +174,27 @@ Or from command line:
174
174
  -cp, --custom-issue-pattern <string> Custom issue pattern.
175
175
  <string>: any string
176
176
  Default: null
177
- -ct, --custom-issue-title <string> Custom issue title. Supports
178
- variables like ${PATTERN_GROUP_1} to
177
+ -ct, --custom-issue-title <string> Custom issue title. Supports
178
+ variables like ${PATTERN_GROUP_1} to
179
179
  inject variables from pattern.
180
180
  <string>: any string
181
181
  Default: null
182
- -df, --date-format <string> Format to use when printing
182
+ -df, --date-format <string> Format to use when printing
183
183
  dates.
184
184
  <string>: any string
185
185
  Default: YYYY-MM-dd HH:mm:ss
186
- -eh, --extended-headers <string> Extended headers that will send
186
+ -eh, --extended-headers <string> Extended headers that will send
187
187
  when access JIRA. e.g. -eh CF-Access-
188
188
  Client-ID:abcde12345xyz.access [Supports Multiple occurrences]
189
189
  <string>: any string
190
190
  Default: Empty list
191
- -ex, --extended-variables <string> Extended variables that will be
191
+ -ex, --extended-variables <string> Extended variables that will be
192
192
  available as {{extended.*}}. -ex "{\"
193
- var1\": \"val1\"}" will print out
193
+ var1\": \"val1\"}" will print out
194
194
  "val1" for a template like "{{extended.
195
195
  var1}}"
196
196
  <string>: any string
197
- Default:
197
+ Default:
198
198
  -fc, --from-commit <string> From commit.
199
199
  <string>: any string
200
200
  Default: 0000000000000000000000000000000000000000
@@ -205,97 +205,105 @@ Or from command line:
205
205
  github.com/repos/tomasbjerre/git-
206
206
  changelog-command-line/
207
207
  <string>: any string
208
- Default:
208
+ Default:
209
209
  -glpn, --gitlab-project-name <string> GitLab project name.
210
210
  <string>: any string
211
- Default:
211
+ Default:
212
212
  -gls, --gitlab-server <string> GitLab server, like https:
213
213
  //gitlab.com/.
214
214
  <string>: any string
215
- Default:
215
+ Default:
216
216
  -glt, --gitlab-token <string> GitLab API token.
217
217
  <string>: any string
218
- Default:
219
- -gtok, --github-token <string> GitHub API OAuth2 token. You
220
- can get it from: curl -u
221
- 'yourgithubuser' -d '{"note":"Git Changelog
218
+ Default:
219
+ -gtok, --github-token <string> GitHub API OAuth2 token. You
220
+ can get it from: curl -u
221
+ 'yourgithubuser' -d '{"note":"Git Changelog
222
222
  Lib"}' https://api.github.
223
223
  com/authorizations
224
224
  <string>: any string
225
- Default:
225
+ Default:
226
226
  -h, --help <argument-to-print-help-for> <argument-to-print-help-for>: an argument to print help for
227
227
  Default: If no specific parameter is given the whole usage text is given
228
- -ini, --ignore-commits-without-issue Ignore commits that is not
228
+ -handlebars-helper-file, -hhf <path> Can be used to add extra
229
+ helpers.
230
+ <path>: a file path
231
+ Default: /home/bjerre/workspace/git-changelog/git-changelog-command-line/.
232
+ -ini, --ignore-commits-without-issue Ignore commits that is not
229
233
  included in any issue.
230
234
  Default: disabled
231
235
  -iot, --ignore-older-than <string> Ignore commits older than YYYY-
232
236
  MM-dd HH:mm:ss.
233
237
  <string>: any string
234
- Default:
235
- -ip, --ignore-pattern <string> Ignore commits where pattern
238
+ Default:
239
+ -ip, --ignore-pattern <string> Ignore commits where pattern
236
240
  matches message.
237
241
  <string>: any string
238
242
  Default: ^Merge.*
239
- -itp, --ignore-tag-pattern <string> Ignore tags that matches
240
- regular expression. Can be used to
241
- ignore release candidates and only
243
+ -itp, --ignore-tag-pattern <string> Ignore tags that matches
244
+ regular expression. Can be used to
245
+ ignore release candidates and only
242
246
  include actual releases.
243
247
  <string>: any string
244
248
  Default: null
245
- -jba, --jira-basic-auth <string> Optional token to authenticate
249
+ -jba, --jira-basic-auth <string> Optional token to authenticate
250
+ with Jira.
251
+ <string>: any string
252
+ Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
253
+ -jbt, --jira-bearer <string> Optional token to authenticate
246
254
  with Jira.
247
255
  <string>: any string
248
256
  Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
249
257
  -jp, --jira-pattern <string> Jira issue pattern.
250
258
  <string>: any string
251
259
  Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
252
- -jpw, --jira-password <string> Optional password to
260
+ -jpw, --jira-password <string> Optional password to
253
261
  authenticate with Jira.
254
262
  <string>: any string
255
263
  Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
256
- -js, --jiraServer <string> Jira server. When a Jira server
257
- is given, the title of the Jira
264
+ -js, --jiraServer <string> Jira server. When a Jira server
265
+ is given, the title of the Jira
258
266
  issues can be used in the changelog.
259
267
  <string>: any string
260
268
  Default: null
261
- -ju, --jira-username <string> Optional username to
269
+ -ju, --jira-username <string> Optional username to
262
270
  authenticate with Jira.
263
271
  <string>: any string
264
272
  Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
265
- -mavp, --major-version-pattern <string> Commit messages matching this,
266
- optional, regular expression will trigger
273
+ -mavp, --major-version-pattern <string> Commit messages matching this,
274
+ optional, regular expression will trigger
267
275
  new major version.
268
276
  <string>: any string
269
277
  Default: null
270
- -mivp, --minor-version-pattern <string> Commit messages matching this,
271
- optional, regular expression will trigger
278
+ -mivp, --minor-version-pattern <string> Commit messages matching this,
279
+ optional, regular expression will trigger
272
280
  new minor version.
273
281
  <string>: any string
274
282
  Default: ^[Ff]eat.*
275
- -ni, --no-issue-name <string> Name of virtual issue that
276
- contains commits that has no issue
283
+ -ni, --no-issue-name <string> Name of virtual issue that
284
+ contains commits that has no issue
277
285
  associated.
278
286
  <string>: any string
279
287
  Default: No issue
280
288
  -of, --output-file <string> Write output to file.
281
289
  <string>: any string
282
- Default:
283
- -pavp, --patch-version-pattern <string> Commit messages matching this,
284
- optional, regular expression will trigger
290
+ Default:
291
+ -pavp, --patch-version-pattern <string> Commit messages matching this,
292
+ optional, regular expression will trigger
285
293
  new patch version.
286
294
  <string>: any string
287
295
  Default: null
288
- -phv, --print-highest-version Print the highest version,
296
+ -phv, --print-highest-version Print the highest version,
289
297
  determined by tags in repo, and exit.
290
298
  Default: disabled
291
- -phvt, --print-highest-version-tag Print the tag corresponding to
299
+ -phvt, --print-highest-version-tag Print the tag corresponding to
292
300
  highest version, and exit.
293
301
  Default: disabled
294
- -pnv, --print-next-version Print the next version,
295
- determined by commits since highest
302
+ -pnv, --print-next-version Print the next version,
303
+ determined by commits since highest
296
304
  version, and exit.
297
305
  Default: disabled
298
- -ptf, --prepend-to-file <string> Add the changelog to top of
306
+ -ptf, --prepend-to-file <string> Add the changelog to top of
299
307
  given file.
300
308
  <string>: any string
301
309
  Default: null
@@ -303,49 +311,49 @@ Or from command line:
303
311
  <string>: any string
304
312
  Default: .
305
313
  -rhh, --register-handlebars-helper <string> Handlebar helpers, https:
306
- //handlebarsjs.com/guide/block-helpers.html,
307
- to register and use in given
314
+ //handlebarsjs.com/guide/block-helpers.html,
315
+ to register and use in given
308
316
  template.
309
317
  <string>: any string
310
- Default:
311
- -ri, --remove-issue-from-message Dont print any issues in the
318
+ Default:
319
+ -ri, --remove-issue-from-message Dont print any issues in the
312
320
  messages of commits.
313
321
  Default: disabled
314
322
  -rmp, --redmine-pattern <string> Redmine issue pattern.
315
323
  <string>: any string
316
324
  Default: #([0-9]+)
317
- -rmpw, --redmine-password <string> Optional password to
325
+ -rmpw, --redmine-password <string> Optional password to
318
326
  authenticate with Redmine.
319
327
  <string>: any string
320
- Default:
321
- -rms, --redmine-server <string> Redmine server. When a Redmine
322
- server is given, the title of the
323
- Redmine issues can be used in the
328
+ Default:
329
+ -rms, --redmine-server <string> Redmine server. When a Redmine
330
+ server is given, the title of the
331
+ Redmine issues can be used in the
324
332
  changelog.
325
333
  <string>: any string
326
334
  Default: null
327
- -rmt, --redmine-token <string> Optional token/api-key to
335
+ -rmt, --redmine-token <string> Optional token/api-key to
328
336
  authenticate with Redmine.
329
337
  <string>: any string
330
- Default:
331
- -rmu, --redmine-username <string> Optional username to
338
+ Default:
339
+ -rmu, --redmine-username <string> Optional username to
332
340
  authenticate with Redmine.
333
341
  <string>: any string
334
- Default:
335
- -rt, --readable-tag-name <string> Pattern to extract readable
342
+ Default:
343
+ -rt, --readable-tag-name <string> Pattern to extract readable
336
344
  part of tag.
337
345
  <string>: any string
338
346
  Default: /([^/]+?)$
339
347
  -sf, --settings-file <string> Use settings from file.
340
348
  <string>: any string
341
349
  Default: null
342
- --show-debug-info Please run your command with
343
- this parameter and supply output
350
+ --show-debug-info Please run your command with
351
+ this parameter and supply output
344
352
  when reporting bugs.
345
353
  Default: disabled
346
354
  -std, --stdout Print builder to <STDOUT>.
347
355
  Default: disabled
348
- -t, --template <string> Template to use. A default
356
+ -t, --template <string> Template to use. A default
349
357
  template will be used if not specified.
350
358
  <string>: any string
351
359
  Default: changelog.mustache
@@ -357,20 +365,20 @@ Or from command line:
357
365
  Default: null
358
366
  -tec, --template-content <string> String to use as template.
359
367
  <string>: any string
360
- Default:
368
+ Default:
361
369
  -tps, --template-partial-suffix <string> File ending for partials.
362
370
  <string>: any string
363
371
  Default: .hbs
364
372
  -tr, --to-ref <string> To ref.
365
373
  <string>: any string
366
374
  Default: refs/heads/master
367
- -tz, --time-zone <string> TimeZone to use when printing
375
+ -tz, --time-zone <string> TimeZone to use when printing
368
376
  dates.
369
377
  <string>: any string
370
378
  Default: UTC
371
- -ut, --untagged-name <string> When listing commits per tag,
372
- this will by the name of a virtual
373
- tag that contains commits not
379
+ -ut, --untagged-name <string> When listing commits per tag,
380
+ this will by the name of a virtual
381
+ tag that contains commits not
374
382
  available in any git tag.
375
383
  <string>: any string
376
384
  Default: No tag
@@ -0,0 +1,11 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+ Version: BCPG v1.64
3
+
4
+ iQEcBAABCgAGBQJhth07AAoJEJxRmnfYMAu7G38H/033J6k8IUGymM4fvjQgtQkg
5
+ wIFd4CtpIb/uODxJ9Eq3Ntr4vlTHz6uH5zAp0tLG5sOVHmY8UOypb8oQdHEn2Vvb
6
+ zvdVUz1JIG0+NKZMmiW1aL6m3XHEXRbJ+jqADWcQjwRJTMOKXWYPeWfM/4e0zmaF
7
+ j4tjBKyug6BUEWMM2O3JhgJjDzl8hfakXqhw5Cjar1C3p04a4lgj4xG25xA7956l
8
+ NkPU5ewVUDKc5ar9CE59vVKQGXWHeXck8yAy2x7fp3GsR1fAEC/44kdxMuc5UEUf
9
+ eMZNyqV8Y7jf763uvufmohNUqn7Y9zR4tx6+3SOcNFnEnotrimPVvEwH48bR5yU=
10
+ =MWoO
11
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,11 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+ Version: BCPG v1.64
3
+
4
+ iQEcBAABCgAGBQJhth08AAoJEJxRmnfYMAu7nF4IAJc4Ju20xFr0uML8FwwWHaXF
5
+ eYt571uGwYX+fdeoabP0L+pbPRE2NRH6s9kq5PxEVBU3u4Uf37vz229DWOw6NqYt
6
+ LQQWjNZZtlGD2Vzr/Zk3fP6UMPeKkShlsyJvYvD0jXjiZHDRERXUcqKPqBSE3NBA
7
+ xFRrxcV1RSoRaX44hyDFCU+Nyae2CHLjW92MD078NmpVT8ZKoQmBc6p/af0FDZ54
8
+ DzeKigavs++zQ+wnh5pU5jIUNDWdqbPpXT7T45cIV7J5eRq+a7o+JbjhRtQLT9WU
9
+ w+jSpUM1fDl1U0BnWBKM0TF5tZwtdC5ImNyXpBjWfFWqiB6DP4jTb9ODbaYJV9g=
10
+ =zRfy
11
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,11 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+ Version: BCPG v1.64
3
+
4
+ iQEcBAABCgAGBQJhth07AAoJEJxRmnfYMAu7jigH/0k6bTh76oIrWl2VWTWcOlgE
5
+ bZSs3wXJx0+hzV90Pdg8Zw/m2q56KcsJPmYSwVQYhq+7CJt5E/nhonOW1ty6MEnl
6
+ E6oHHBip1PPZohrs3fzxVo4uddi3MzEgem5kJG3Ifvq+BIeWj1vSa6ksnYoQablD
7
+ 2Fd4SrZx09jLSGN+ahog8P9wIwEb1lCbE2hABynV7nd4QOJpAX7tQOgccPU0vVOt
8
+ Fm/AoU5V5oUmFMwgpNbMRusZHdVE9vP0Hm5fn+sycROWtX8lpIGRAsL9j0GzmMMb
9
+ f3+OPBgCl4vvHUFvIdUqc9ht1L2XMSDhKNCNZjhcL+8k99mO6kYLsqrJvJG7ro0=
10
+ =Q2TV
11
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,11 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+ Version: BCPG v1.64
3
+
4
+ iQEcBAABCgAGBQJhth08AAoJEJxRmnfYMAu7AeMH/i7TivvCSAt0+YP6zaCrdLuF
5
+ iNkqaFqDHaBzlVbyrxuzezqM9PLVhpPHGgWsry0HwRFwwFa1gwkbx1q76PCw9pdb
6
+ WjN3cqLVqFVJlAaHdju+fOaCPdWY6bh5bL+0YxS6x33hvL1zztBy6uMiJTeNeQpO
7
+ 5JPpquY3KDm2xmrsplljTvT5pX0NJzRRwVzsrSEpiEXnK9gxMDAH9ISjaDLioopl
8
+ iNgvjD6xOq01AOfw7RdRMawSu0m+ojD4Y/QzRRhfOLqy1hFBmrlnNE5lApB+T9Rt
9
+ SsEa0+NGqz/sAO8AAYWh+wiATVcqRia/SW8q0O3zLmxlcwakTV9wjGJ+a0SZTzI=
10
+ =szoX
11
+ -----END PGP SIGNATURE-----
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.98.0",
2
+ "version": "1.99.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.64
3
-
4
- iQEcBAABCgAGBQJhqlLmAAoJEJxRmnfYMAu77LoH/3ffa7ahF46jGpLmzAKOeYtt
5
- yCpfsOBKxblmKiKkukou8Apnu251f7rsRK3KApOkHLMzlNysEHeTxMVyFphG7YK2
6
- GmtNrCFm5JO479X3i2qX9chMq6ASwjRu8YkA0J/Frx8qODw8bm/cloYGYkJzIq2U
7
- lP69fIfK7t3cpZIG5UF5eaJOC/yOfH6HXwXROp8PmbwDwnAUvGaldv08rSH5vhCt
8
- nHDJ5nfk3+1O9/k2eSooj1p/D2VCcCAGLhivQ71UbDRdAbVDEMhUb0qBfmjk1mfY
9
- 5HXCoStX3tIuyTAxu5hhtSi73J2c5fB2L1K5I2lSulLDBwtgBSz5SfbKnhauNic=
10
- =ebbW
11
- -----END PGP SIGNATURE-----
@@ -1,11 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
- Version: BCPG v1.64
3
-
4
- iQEcBAABCgAGBQJhqlLmAAoJEJxRmnfYMAu713UH/jit2r3ow908IebLJzDhNMT1
5
- dYAi/uJnRkftJwB5DS9wI7WLbMZaxAravw0dgb2XCPnMYu0+Ohl4Ufx2Nuv1/dLe
6
- bSUbhyR55s+23xdBkHCtHKZ426M2WTIZAzPqarYlScJJRatr1jeCck306BS57+zO
7
- uNHUkdP0+NDXAzfQa2pQkN3m9HLdtIJbBv2OVvsxcn02PICrhaWLcC0AMoum2g9v
8
- 9kP9xj8FAQFAz9Uay3upJlpWeHMEi21Bjd6kq+OdqvS6RZU5EyQbNBpZkNC2Z3La
9
- eT5s87QHU76BdaQUHTioN9l6qY0YuP8KdhrgzMCErCVLYTC1iHn/xn9fbU3QEsI=
10
- =B33G
11
- -----END PGP SIGNATURE-----
@@ -1,11 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
- Version: BCPG v1.64
3
-
4
- iQEcBAABCgAGBQJhqlLmAAoJEJxRmnfYMAu7XO0H/0r+GDtMg3pQbv+ynPOmdkR4
5
- 5jh+1Y7WETfZWqxALgzkyHWv7NzonoM9LiAyrNFiZnx+WvzmyyQH3Wp7cB9dQRsy
6
- UpzkJy9hXZC+2+c62rfwMYwNYRt40HXgF8fmfLbo5GRzbnWwIx6aWWfiUdgGB/Pw
7
- x04UtPwJ3b1Je9p5zdq70WmIdvXowvIh5NjLkya8KVuJNayS8DmLjLYRQdDK1vu2
8
- d4BB/z/z7GfHQAO/Acrvbmb9KtBitLA1/VHDwY0CDR/PJi+YUzGaRwFC7eVkurTk
9
- C1anfH+DJ/vvs8fDDnKCCVNZQ8xSDXQ+3soCYSBR359SkvEdUxyiMTiQPD9ZBlw=
10
- =Bksj
11
- -----END PGP SIGNATURE-----
@@ -1,11 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
- Version: BCPG v1.64
3
-
4
- iQEcBAABCgAGBQJhqlLmAAoJEJxRmnfYMAu7TXYH/RNhKO7KnvnInW0oCVthr0lu
5
- MGGHzXEzoSZpLAwmluHOLLXjPWIe2nXTfATPjrUN6jaqE4twRgMROeYom4BHc0PR
6
- DWD8foCsvqayuI748QxP/PSUxuEHH/M0cIm2/OoXZPsDr9jdWVyZEHHC8TtkODDd
7
- SOXvo3x96IjPkPnwwaJAttpoU0C+nPC/HKw4qATToQ+1NT6GdYcmMDeirLzgeDj9
8
- 1cwmLOaYBU51ny91ZjerxudwE1GhRf9ImucrI1GA3DyyJbD3obGjM8hgQ7Gi1jPk
9
- QOruSLofpCKM4GQ8DFgiAEYMr7GEAjSAi6j4aqYtpyIfCbw/hAY/LqBet2Fl+Vs=
10
- =nPiT
11
- -----END PGP SIGNATURE-----