Skip to content

Commit 76d9f33

Browse files
chore(cli): release 5.85.0
1 parent 0f4790b commit 76d9f33

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

packages/cli/cli/changes/unreleased/pack-go-source-zip.yml renamed to packages/cli/cli/changes/5.85.0/pack-go-source-zip.yml

File renamed without changes.

packages/cli/cli/versions.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# yaml-language-server: $schema=../../../fern-versions-yml.schema.json
2+
- version: 5.85.0
3+
changelogEntry:
4+
- summary: |
5+
`fern generate --pack` now produces a source zip artifact for Go SDKs in `fern-dist/`
6+
(`<output-dir>-source.zip`). Go modules have no binary package format, so the zip contains the
7+
module source (excluding `fern-dist/` and `.git/`) and can be shared internally and referenced
8+
with a `replace` directive in `go.mod`. The zip is built in-process, so it works identically in
9+
host and docker pack modes without any toolchain.
10+
type: feat
11+
createdAt: "2026-07-30"
12+
irVersion: 67
213
- version: 5.84.0
314
changelogEntry:
415
- summary: |

0 commit comments

Comments
 (0)