Skip to content

Commit 6107366

Browse files
Update changelogs from fern repo (#2680)
Co-authored-by: iamnamananand996 <[email protected]>
1 parent f64d0cb commit 6107366

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 1.0.0-rc65
2+
**`(feat):`** Add CI workflow generation, .gitignore file, and wire test infrastructure:
3+
- Generate `.github/workflows/ci.yml` with lint and test jobs (triggers on push and pull_request)
4+
- Generate `.gitignore` file with `*.gem`
5+
- Config-driven wire-tests job: when `enableWireTests: true`, generates wire-tests CI job
6+
- Add `wire_helper.rb` for WireMock container lifecycle management using Minitest's `after_run` hook,
7+
allowing users to run `bundle exec rake test` locally without manually managing docker compose
8+
9+

0 commit comments

Comments
 (0)