Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to `azure-cosmos-agent-memory` are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [PEP 440](https://peps.python.org/pep-0440/) versioning.

## [0.1.0b1] — 2026-05-31
## [0.1.0b1] — 2026-06-01

Initial public preview release.

Expand Down
27 changes: 0 additions & 27 deletions Docs/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ Before cutting a release:
## Cutting a release

1. **Bump the version** in `pyproject.toml`:
```toml
[project]
version = "0.1.0b2"
```
2. **Update `CHANGELOG.md`** — add a new section with the version, the
date, and a summary of changes. Move entries from the unreleased
section if you keep one.
Expand Down Expand Up @@ -70,29 +66,6 @@ Before cutting a release:
7. **Verify** on <https://pypi.org/project/azure-cosmos-agent-memory/>
that the new version landed and the README + classifiers render.

## Trusted Publishing setup (one-time, per environment)

Trusted publishing replaces long-lived PyPI API tokens with short-lived
OIDC tokens minted by GitHub Actions on each run. Configure once on both
TestPyPI and PyPI:

- **TestPyPI** — <https://test.pypi.org/manage/account/publishing/>
- **PyPI** — <https://pypi.org/manage/account/publishing/>

For each, register a pending publisher with:

| Field | Value |
|------|-------|
| PyPI project name | `azure-cosmos-agent-memory` |
| Owner | `AzureCosmosDB` |
| Repository | `AgentMemoryToolkit` |
| Workflow filename | `release.yml` (for **both** TestPyPI and PyPI — the test-release job is invoked via `workflow_call` so PyPI sees the calling workflow's filename, not `_test_release.yml`) |
| Environment name | _(leave blank)_ |

Until the first release is published, both registrations sit in the
"pending publishers" state. They activate automatically on the first
successful upload.

## Namespace package note

`azure-cosmos-agent-memory` installs files under `azure/cosmos/agent_memory/`.
Expand Down
Loading