Skip to content

Commit 3b47542

Browse files
authored
chore: v2.2.0 (#299)
1 parent 4a32c80 commit 3b47542

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 2.2.0
2+
3+
- chore(deps): bump prettier from 2.7.1 to 2.8.0 ([#195](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/195))
4+
- chore(deps): bump prettier from 2.8.0 to 2.8.1 ([#199](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/199))
5+
- chore(deps): bump minimatch from 5.1.0 to 5.1.1 ([#196](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/196))
6+
- chore(deps): bump json5 from 2.2.1 to 2.2.3 ([#206](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/206))
7+
- chore(deps): bump minimatch from 5.1.1 to 5.1.2 ([#203](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/203))
8+
- chore(deps): bump prettier from 2.8.1 to 2.8.2 ([#207](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/207))
9+
- chore(deps): bump prettier from 2.8.2 to 2.8.3 ([#208](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/208))
10+
- chore(deps): bump minimatch from 5.1.2 to 6.1.6 ([#213](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/213))
11+
- chore(deps): bump prettier from 2.8.3 to 2.8.4 ([#219](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/219))
12+
- chore(deps): bump minimatch from 6.1.6 to 7.0.0 ([#223](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/223))
13+
- chore: repo maintenance ([#224](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/224))
14+
- feat: include better error logging ([#235](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/235))
15+
- fix: avoid reporting NaN coverage ([#237](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/237))
16+
- docs: update README.md inputs and FAQ ([#236](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/236))
17+
- docs: included documentation about absolute path ([#238](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/238))
18+
- chore(deps): bump prettier from 2.8.4 to 2.8.5 ([#239](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/239))
19+
- chore(deps): bump prettier from 2.8.5 to 2.8.6 ([#240](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/240))
20+
- chore(deps): bump prettier from 2.8.6 to 3.0.3 ([#278](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/278))
21+
- chore(deps): bump actions/checkout from 3 to 4 ([#279](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/279))
22+
- chore(deps): bump @eslint/eslintrc from 1.4.1 to 2.1.2 ([#271](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/271))
23+
- test: clean env variables after each ([#289](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/289))
24+
- fix: min_coverage parsing with default to 100 ([#290](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/290))
25+
- chore(deps): bump @eslint/eslintrc from 2.1.2 to 2.1.3 ([#294](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/294))
26+
- chore(deps): bump prettier from 3.0.3 to 3.1.0 ([#297](https://github.com/VeryGoodOpenSource/very_good_coverage/pull/297))
27+
128
# 2.1.0
229

330
- feat: always output coverage

tool/release_ready.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737
# Retrieving all the commits in the current directory since the last tag.
3838
previousTag="v${old_version}"
3939
raw_commits="$(git log --pretty=format:"%s" --no-merges --reverse $previousTag..HEAD -- .)"
40-
markdown_commits=$(echo "$raw_commits" | sed -En "s/\(#([0-9]+)\)/([#\1](https:\/\/github.com\/VeryGoodOpenSource\/very_good_workflows\/pull\/\1))/p")
40+
markdown_commits=$(echo "$raw_commits" | sed -En "s/\(#([0-9]+)\)/([#\1](https:\/\/github.com\/VeryGoodOpenSource\/very_good_coverage\/pull\/\1))/p")
4141

4242
if [[ "$markdown_commits" == "" ]]; then
4343
echo "No commits since last tag, can't update."

0 commit comments

Comments
 (0)