Skip to content

1.5.8

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 18:39
aa60934

Add support for calculating the date. Examples:

{{yesterday}}
{{tomorrow}}
{{date-1d:YYYY-MM-DD}} // yesterday
{{date+2d:YYYY-MM-DD}} // in two days
{{date+1M:YYYY-MM-DD}} // next month
{{date+10y:YYYY-MM-DD}} // in 10 years
{{date +7d}} // use default format

Supported units:

Unit Shorthand
years y
quarters Q
months M
weeks w
days d
hours h
minutes m
seconds s