We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473939b commit ee605cfCopy full SHA for ee605cf
1 file changed
CLAUDE.md
@@ -242,7 +242,8 @@ When implementing new code:
242
### Version Management
243
- **sbt-dynver** generates versions from git tags
244
- Format: `MAJOR.MINOR.PATCH-commits-hash-YYYYMMDD-HHMM`
245
-- Clean tag: `git tag -a v1.0.0 -m "Release 1.0.0"`
+- 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
247
248
### Commit Message Format
249
```
0 commit comments