Skip to content

Commit

Permalink
remove spruce workflows and references to release in version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Jan 17, 2024
1 parent d6883e7 commit 6aec3fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 93 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/release-spruce-dev.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/release-spruce.yml

This file was deleted.

5 changes: 0 additions & 5 deletions src/utils/user-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ export const buildUserAgent = () => {
'lang=typescript',
];

// If there's a release in packageInfo, append to the user agent
if (packageInfo.release && packageInfo.release !== '') {
userAgentParts.push(`release=${packageInfo.release}`);
}

if (isEdge()) {
userAgentParts.push('Edge Runtime');
}
Expand Down

0 comments on commit 6aec3fd

Please sign in to comment.