Skip to content

Commit a8980ed

Browse files
vredchenkoclaude
andcommitted
fix: align ADR-0014 tag format with implementation
Update tag format from smartem-agent-v* to smartem-decisions-v* to match the actual release workflow implementation. - Unified tag format for all components (no separate backend tags) - Matches release-smartem-decisions.yml workflow Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8b53f4c commit a8980ed

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/decision-records/decisions/0014-smartem-release-architecture.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,14 @@ Publish `smartem-decisions` to PyPI with optional dependency groups:
5353
### Version Strategy
5454

5555
- **Package version**: Derived from git tags using setuptools_scm
56-
- **Agent releases**: Tagged with `smartem-agent-v*` format
57-
- **Backend releases**: Future work with `smartem-backend-v*` tags
56+
- **Releases**: Tagged with `smartem-decisions-v*` format (unified for all components)
5857
- **Shared versioning**: All components share the same version for API compatibility
5958

6059
### Release Triggers
6160

6261
| Event | Condition | Result |
6362
|-------|-----------|--------|
64-
| Tag `smartem-agent-v*` | Always | Stable release to GitHub + PyPI |
63+
| Tag `smartem-decisions-v*` | Always | Stable release to GitHub + PyPI |
6564
| Push to main | Agent paths changed | RC pre-release to GitHub only |
6665
| Pull request | Agent paths changed | Build + test validation only |
6766

0 commit comments

Comments
 (0)