From e9cd0ca2620a467f98a989102029c9a655de420e Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Wed, 29 Jan 2025 13:48:40 +0100 Subject: [PATCH] meta(release): First craft release --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e300466c..50b1de02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,19 @@ ## Unreleased +- chore(release): Test craft release workflow +This release is purely there to test our new craft release workflow and has functionality change. +With this release, we now publish versioned docker images and each release action will point to their respective docker +image, allowing users to pin versions from here on out. ## 1.9.0 -** Important Changes ** +**Important Changes** - **feat(sourcemaps): Add inject option to inject debug ids into source files and sourcemaps (#229) ** A new option to inject Debug IDs into source files and sourcemaps was added to the action to ensure proper un-minifaction of your stacktraces. We strongly recommend enabling this by setting inject: true in your action alongside providing a path to sourcemaps. -** Other Changes ** +**Other Changes** - feat(telemetry): Collect project specific tags (#228) ## Previous Releases