Merged
Conversation
…cker, docs, demos (#408) * chore: bump version.json to 0.17 for next dev cycle Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * feat: implement unified release process - Fix version.json to use 3-segment SemVer (0.17.0) - Create release.yml: unified workflow triggered on release published - 5 jobs: build-and-test, publish-nuget, deploy-docker, deploy-docs, build-demos - Version extracted from release tag, overrides NBGV via -p:Version= - NuGet packages and demo archives attached to GitHub Release - Modify deploy-server-side.yml: workflow_dispatch only (emergency escape hatch) - Modify nuget.yml: workflow_dispatch with version input (emergency republish) - Fix docs.yml: replace deprecated ::set-output with GITHUB_OUTPUT - Modify demo.yml: add NBGV version computation, versioned artifact names Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs(ai-team): log unified release session, merge decisions Session: 2026-03-02-unified-release-process Requested by: Jeffrey T. Fritz Changes: - Logged session to .ai-team/log/2026-03-02-unified-release-process.md - Merged 3 decision(s) from inbox into decisions.md - Propagated updates to agent history files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.17.0
Merges dev to main for the v0.17.0 release. First release using the new unified release workflow (#408).
Included since v0.16
After merging
Create a GitHub Release with tag v0.17.0 targeting main to trigger the new release.yml workflow.