Skip to content

Commit ee605cf

Browse files
reidspencerclaude
andcommitted
Add note to publish locally after tagging
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 473939b commit ee605cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ When implementing new code:
242242
### Version Management
243243
- **sbt-dynver** generates versions from git tags
244244
- Format: `MAJOR.MINOR.PATCH-commits-hash-YYYYMMDD-HHMM`
245-
- Clean tag: `git tag -a v1.0.0 -m "Release 1.0.0"`
245+
- Clean tag: `git tag -a 1.0.0 -m "Release 1.0.0"` (no `v` prefix - it interferes with sbt-dynver)
246+
- **Always run `sbt publishLocal` after tagging** to make the new version available locally
246247

247248
### Commit Message Format
248249
```

0 commit comments

Comments
 (0)