Commit 8687272
fix: Resolve duplicate sources jar entry breaking release (#449)
## Summary
- Rename shared `uni/src/main/scala/wvlet/uni/cli/CliEnv.scala` to
`CliEnvBase.scala` to avoid duplicate entry conflict with the
JVM-specific `CliEnv.scala` during `packageSrc`
- Add `release-note.yml` workflow to auto-generate GitHub release notes
on tag push
## Context
The v2026.1.0 release build failed with:
```
ZipException: duplicate entry: wvlet/uni/cli/CliEnv.scala
(uniJVM / Compile / packageSrc)
```
## Test plan
- [x] `./sbt uniJVM/compile` succeeds locally
- [ ] CI passes
- [ ] After merge, re-tag and verify release pipeline completes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7d86a6c commit 8687272
2 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
File renamed without changes.
0 commit comments