Skip to content
Open
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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2026-08-07

### Added

- Explicit RFC 9449 §4.3 #1 enforcement: the new
Expand Down
4 changes: 3 additions & 1 deletion RELEASE_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ End-to-end happy path:
- atomic-pushes branch + tag using the Release Bot token,
- creates the GitHub Release with notes extracted from CHANGELOG,
- deletes the source branch.
4. **`publish-nuget.yml` triggers automatically** on the tag push. It builds, packs, and pushes `Authplane.Sdk` then `Authplane.Mcp` to NuGet. The `nuget` environment gates the publish.
4. **`publish-nuget.yml` triggers automatically** on the tag push. It builds, packs, and pushes `Authplane.Sdk` then `Authplane.Mcp` to NuGet. The `nuget` environment gates the publish: a `maintainers` reviewer has to approve the deployment before anything reaches nuget.org.
5. **Record the release in the default branch's changelog.** `release.yml` deletes the source branch, so the `## [X.Y.Z]` heading only ever exists on the tag — the default branch still says `## [Unreleased]`. Open a follow-up PR that renames it and opens a fresh empty `## [Unreleased]` above. The `## [X.Y.Z]` section on the default branch must be a byte-for-byte copy of the tagged one; if the notes need correcting after the fact, edit the GitHub Release body, never the published section.
6. **Merge the next-dev bump PR** that step 1 opened. It carries the `-pre.N` bump for the default branch, and it does not auto-merge (`allow_auto_merge` is off on this repository), so it needs a manual merge like any other PR.

## 6. Hotfix flow

Expand Down
Loading