Skip to content

Add release workflow, changelog, and bump to v0.1.0#33

Merged
sigent-ai-dev merged 1 commit into
mainfrom
feature/18-release-workflow
May 21, 2026
Merged

Add release workflow, changelog, and bump to v0.1.0#33
sigent-ai-dev merged 1 commit into
mainfrom
feature/18-release-workflow

Conversation

@sigent-ai-dev

Copy link
Copy Markdown
Owner

Summary

Adds release infrastructure: GitHub Actions workflow for tag-based PyPI publishing, CHANGELOG, and version bump to 0.1.0.

Changes

  • .github/workflows/release.yml — tag push triggers test → build → PyPI publish → GitHub Release
  • CHANGELOG.md — documents all v0.1.0 features
  • pyproject.toml — version 0.1.0, added license/authors/classifiers/URLs
  • src/adm_cli/__init__.py — version bump

Linked Issues

Closes #18

Test Plan

  • 115 tests pass
  • uv build produces dist/ (verified locally)

Checklist

  • Self-review completed

- GitHub Actions release workflow: tag push → test → build → PyPI publish
- CHANGELOG.md documenting all v0.1.0 features
- Version bumped to 0.1.0 in pyproject.toml and __init__.py
- Added PyPI metadata: license, authors, classifiers, URLs

Closes #18
@sigent-ai-dev
sigent-ai-dev merged commit fe05a90 into main May 21, 2026
@sigent-ai-dev
sigent-ai-dev deleted the feature/18-release-workflow branch May 21, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release workflow and documentation site

1 participant