Skip to content

Commit e53fa6f

Browse files
Update changelogs from fern repo (#3341)
Co-authored-by: iamnamananand996 <31537362+iamnamananand996@users.noreply.github.com>
1 parent c5c3142 commit e53fa6f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

fern/products/sdks/overview/ruby/changelog/2026-01-28.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.0.0-rc85
2+
**`(fix):`** Fix detached HEAD error in publish workflow. When triggered by a tag push, the workflow
3+
enters detached HEAD state, causing `rubygems/release-gem@v1` (which runs `rake release`)
4+
to fail when pushing to a non-existent branch. Replaced with manual build/push steps using
5+
`rubygems/configure-rubygems-credentials@v1.0.0` for OIDC auth, `bundle exec rake build`,
6+
and `gem push pkg/*.gem`. Also replaced `bundler-cache: true` with explicit `bundle install`
7+
for more reliable dependency installation.
8+
9+
110
## 1.0.0-rc84
211
**`(fix):`** Fix packageName being incorrectly used for folder/module naming. The packageName from
312
publish config (e.g., output.publish.rubygems.packageName) is now only used for the

0 commit comments

Comments
 (0)