Skip to content

Add Sem Versioning#21

Merged
rahuldevikar761 merged 10 commits intomainfrom
users/radevika/addAutomatedVersioning
Nov 4, 2025
Merged

Add Sem Versioning#21
rahuldevikar761 merged 10 commits intomainfrom
users/radevika/addAutomatedVersioning

Conversation

@rahuldevikar761
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings November 3, 2025 08:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
juliomenendez previously approved these changes Nov 3, 2025
Copilot AI review requested due to automatic review settings November 3, 2025 16:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 15 out of 16 changed files in this pull request and generated 2 comments.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings November 3, 2025 17:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 15 out of 16 changed files in this pull request and generated 2 comments.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings November 3, 2025 17:17
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 15 out of 16 changed files in this pull request and generated 5 comments.

juliomenendez
juliomenendez previously approved these changes Nov 4, 2025
Copilot AI review requested due to automatic review settings November 4, 2025 15:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot AI review requested due to automatic review settings November 4, 2025 16:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 17 out of 18 changed files in this pull request and generated 2 comments.

@rahuldevikar761 rahuldevikar761 merged commit 7aa7a08 into main Nov 4, 2025
10 checks passed
@pontemonti pontemonti deleted the users/radevika/addAutomatedVersioning branch December 5, 2025 17:11
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.

5 participants