github-tools / github-release-notes

Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
https://github-tools.github.io/github-release-notes/
GNU General Public License v3.0
880 stars 325 forks source link

Intl dates #292

Open cjbarth opened 3 years ago

cjbarth commented 3 years ago

Add support for formatting dates using the Intl library. See #147 .

codecov-io commented 3 years ago

Codecov Report

Merging #292 (4210dd4) into master (d7ad51a) will decrease coverage by 0.54%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #292      +/-   ##
==========================================
- Coverage   39.08%   38.53%   -0.55%     
==========================================
  Files           8        8              
  Lines         394      397       +3     
==========================================
- Hits          154      153       -1     
- Misses        240      244       +4     
Impacted Files Coverage Δ
lib/src/Gren.js 4.68% <0.00%> (-0.09%) :arrow_down:
lib/src/_utils.js 95.65% <ø> (-0.07%) :arrow_down:
lib/src/templates.js 50.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 305e5c6...4210dd4. Read the comment docs.