Commit c312e24
fix(sedr-library): give module its own semantic-release tag namespace
Completes the fix started for hexagonal-spring-rules (#67). sedr-library
used the unscoped "v${version}" tagFormat, which hexagonal-spring-rules
also fell back to by default, so the two projects' tags collided and
their version counters became interleaved.
Scopes sedr-library to "sedr-library-v${version}", matching the
convention used by api-detector-core, geo-tracker-lens-pack, and now
hexagonal-spring-rules. build.gradle's local-dev version resolver
already expected this exact prefix, so no other changes are needed.
A sedr-library-v0.5.2 tag is seeded on the commit that was the last real
release under the old shared scheme, so numbering continues from there
instead of restarting at 0.0.1.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 6656c7f commit c312e24
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
| |||
0 commit comments