diff --git a/.github/workflows/label-version-bump.yml b/.github/workflows/label-version-bump.yml index edfdf10be..f05f84383 100644 --- a/.github/workflows/label-version-bump.yml +++ b/.github/workflows/label-version-bump.yml @@ -63,7 +63,7 @@ jobs: CHANGELOG_HEADING='## ${{ steps.versions.outputs.new-version }} - '$(date --iso-8601) CHANGELOG_POINTS=$(git log v${{ steps.versions.outputs.old-version }}..${{ github.event.pull_request.base.ref }} --pretty=format:%s --grep='^.*\d*)$' | sed -e 's/^/- /') mv CHANGELOG.md CHANGELOG.old.md - echo -e "$CHANGELOG_HEADING\n\n- ${{ github.event.pull_request.title }} (#${{ github.event.pull_request.number }})\n$CHANGELOG_POINTS\n\n$(cat CHANGELOG.old.md)" > CHANGELOG.md + echo -e "$CHANGELOG_HEADING\n\n$CHANGELOG_POINTS\n\n$(cat CHANGELOG.old.md)" > CHANGELOG.md rm CHANGELOG.old.md - name: Update yarn.lock diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad6a401b..06238fede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ ## 1.10.2 - 2021-05-25 -- Reconcile Server and Client side configurations for session recording and autocapture (#233) - Reconcile Server and Client side configurations for session recording and autocapture (#233) ## 1.10.1 - 2021-05-25 -- Fix sessionRecording bug (#234) - Fix sessionRecording bug (#234) - Update outdated releasing instructions (#224) - changelog for 1.10.0 (#223) @@ -24,18 +22,15 @@ ## 1.9.7 - 2021-04-09 -- Config Additions: session_recording, mask_all_element_attributes, mask_all_text (#209) - Config Additions: session_recording, mask_all_element_attributes, mask_all_text (#209) ## 1.9.6 - 2021-03-30 -- Support rrweb mask all inputs (#207) - Support rrweb mask all inputs (#207) - fix: incorrect typing for isFeatureEnabled (#208) ## 1.9.3 - 2021-03-12 -- Fix SentryIntegration optional param typing (#203) - Fix SentryIntegration optional param typing (#203) ## 1.9.2 - 2021-03-12 @@ -46,17 +41,14 @@ ## 1.9.1 - 2021-03-08 - Add posthog.debug() to types, remove bad docstring (#201) -- Remove a bad docstring (#201) - Fix ".identify" docstrings (#200) ## 1.9.0 - 2021-03-03 -- Device Type (#198) - Device Type (#198) ## 1.8.10 - 2021-03-02 -- Add properties_string_max_length = 65535 (#197) - Add properties_string_max_length = 65535 (#197) - Remove unused notification code (#191) - Remove old upgrade code (never used) (#192) @@ -64,7 +56,6 @@ ## 1.8.9 - 2021-03-02 -- Add Yarn lock resiliency (#196) - Add Yarn lock resiliency (#196) - Update README.md (#194) - Add debug function (#193)