File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 8787 BASE_COMMIT : ${{ github.event.pull_request.base.ref }}
8888 run : |
8989 CHANGELOG_HEADING="## $NEW_VERSION - $(date --iso-8601)"
90- CHANGELOG_POINTS="$(git log v$OLD_VERSION..$BASE_COMMIT --pretty=format:%s --grep='^.*[0-9])$ ' | sed -e 's/^/- /')"
90+ CHANGELOG_POINTS="$(git log v$OLD_VERSION..$BASE_COMMIT --pretty=format:%s --grep='Merge pull request # ' | sed -e 's/^/- /')"
9191 mv CHANGELOG.md CHANGELOG.old.md
9292 echo -e "$CHANGELOG_HEADING\n\n$CHANGELOG_POINTS\n\n$(cat CHANGELOG.old.md)" > CHANGELOG.md
9393 rm CHANGELOG.old.md
Original file line number Diff line number Diff line change 11## 0.4.0 - 2026-02-04
22
3+ - Add feature flags with local evaluation support (#36 )
4+ - Add group support and anonymous event support (#22 )
5+ - Add global disable function (#20 )
6+ - Add global client functions (#19 )
7+ - Add timestamp setter (#30 )
38
9+ ## 0.2.0
410
5- ## 0.2.6 - 2025-01-08
6-
7-
8-
9- ## 0.2.5 - 2025-01-08
10-
11-
12-
13- ## - 2025-01-08
11+ - Add generic properties (#1 )
12+ - Derive Debug, PartialEq, and Eq on Event
You can’t perform that action at this time.
0 commit comments