Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request migrates the versioning system from a date-based format to semantic versioning using Nerdbank.GitVersioning. The changes automate version management based on git history and ensure all packages in the monorepo maintain synchronized versions.
Key changes:
- Replaces manual date-based versioning (
YYYY.MM.DD-preview.N) with semantic versioning (1.0.0-preview.{height}) - Introduces Nerdbank.GitVersioning tooling for automated version calculation
- Adds comprehensive documentation for the new versioning workflow
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| version.json | Configures Nerdbank.GitVersioning with base version and release branch patterns |
| setVersion.js | Script that calculates versions from git history and updates all package.json files |
| package.json | Adds ES module support and nerdbank-gitversioning dependency |
| .github/workflows/ci.yml | Removes old date-based version calculation and integrates new version script |
| VERSIONING_QUICKREF.md | Quick reference guide for developers on using the new versioning system |
| HOW_TO_RELEASE.md | Comprehensive guide for creating releases with semantic versioning |
juliomenendez
previously approved these changes
Nov 3, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pontemonti
reviewed
Nov 3, 2025
pontemonti
reviewed
Nov 3, 2025
juliomenendez
previously approved these changes
Nov 4, 2025
…b.com/microsoft/Agent365-nodejs into users/radevika/addAutomatedVersioning
Contributor
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 17 out of 18 changed files in this pull request and generated 8 comments.
Comments suppressed due to low confidence (1)
setVersion.js:1
- Inconsistent casing in URL path. 'NerdBank' should be 'Nerdbank' (lowercase 'b') to match the standard repository naming convention.
// Copyright (c) Microsoft Corporation.
pontemonti
approved these changes
Nov 4, 2025
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.
No description provided.