Skip to content

Commit 3cec25c

Browse files
author
Luca Forstner
committed
Merge branch 'lforst-fix-release-name-handling' into 2.x
2 parents e3bffca + 480e551 commit 3cec25c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/bundler-plugin-core/src/options-mapping.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Logger } from "./sentry/logger";
22
import { Options as UserOptions } from "./types";
3-
import { determineReleaseName } from "./utils";
43

54
export type NormalizedOptions = ReturnType<typeof normalizeUserOptions>;
65

packages/integration-tests/fixtures/build-information-injection/setup.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ const entryPointPath = path.resolve(__dirname, "input", "entrypoint.js");
55
const outputDir = path.resolve(__dirname, "out");
66

77
createCjsBundles({ index: entryPointPath }, outputDir, {
8+
release: {
9+
name: "build-information-injection-test",
10+
},
811
_experiments: { injectBuildInformation: true },
912
});

0 commit comments

Comments
 (0)