changelogen
changelogen copied to clipboard
feat: getLastGitTag with pattern
getLastGitTag needs to search for the latest tag based on templates.tagMessage set by the user, otherwise it will find the wrong tag.
Codecov Report
Merging #96 (85126f0) into main (f22c40f) will increase coverage by
0.78%. The diff coverage is80.95%.
@@ Coverage Diff @@
## main #96 +/- ##
==========================================
+ Coverage 68.63% 69.42% +0.78%
==========================================
Files 9 10 +1
Lines 880 919 +39
Branches 81 86 +5
==========================================
+ Hits 604 638 +34
- Misses 276 281 +5
| Files Changed | Coverage Ξ | |
|---|---|---|
| src/git.ts | 81.13% <0.00%> (-2.64%) |
:arrow_down: |
| src/config.ts | 95.32% <50.00%> (+0.04%) |
:arrow_up: |
| src/template.ts | 100.00% <100.00%> (ΓΈ) |
Hi @pi0 ~ This PR is completed, Please review it, THX