Skip to content

Commit 3f4d801

Browse files
author
Andreas Müller
committed
v1.8.0+doc updated
1 parent 65f54e8 commit 3f4d801

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

documentation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,16 @@ includeLabels:
612612
- pending
613613
- approved
614614

615-
# labels free of charge
615+
# labels free of charge
616616
freeLabels:
617617
- at no charge
618618
- free
619619

620+
# labels charing half price only
621+
halfPriceLabels:
622+
- at half price
623+
- at half-price
624+
620625
# Only works if using a local configuration file!
621626
# Extend the global configuration if set to true, pass a string to extend
622627
# the configuration file stored at the given path

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlab-time-tracker",
3-
"version": "1.8.0-snapshot",
3+
"version": "1.8.0",
44
"type": "module",
55
"description": "A command line interface for GitLabs time tracking feature.",
66
"bugs": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Shout-out to kris for creating this handy tool. As we use gtt regularly and main
1313

1414
Feel free to contact me or create a Pull Request if you have some patches or proposals.
1515

16-
### Where to get gtt v1.8.0
16+
### Where to get gtt v1.8
1717

1818
There are various options:
1919

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = '1.8.0-snapshot'; export default version;
1+
let version = '1.8.0'; export default version;

0 commit comments

Comments
 (0)