Skip to content

Comments

update version numbers and create new workflow names#2645

Merged
rwmcintosh merged 3 commits intodevelopfrom
update_versions_12.2
Sep 23, 2025
Merged

update version numbers and create new workflow names#2645
rwmcintosh merged 3 commits intodevelopfrom
update_versions_12.2

Conversation

@rwmcintosh
Copy link
Member

After release, we merge these updated numbers into develop to begin creating Core 12.2 NuGet packages

@rwmcintosh
Copy link
Member Author

We want the build numbers to reset so we get OSPSuite.Core version 12.2.1, 2, 3 etc. instead of starting at 200.

I found that you have to rename the yaml file for that and I also added the version number to the workflow names.

@@ -19,7 +19,7 @@ jobs:
dotnet restore

- name: Build
run: dotnet build OSPSuite.Core.sln /p:Version=12.1.999
Copy link
Member

Choose a reason for hiding this comment

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

what's with the 999? and why do we have 9999 on the other file?

Copy link
Member Author

Choose a reason for hiding this comment

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

oh, we don't preserve these builds they are just dummy numbers. This one is just to upload coverage stats and the other is just the PR build.

@rwmcintosh rwmcintosh changed the title update version numbers and create new workflow names Do not merge until 12.1 is released! update version numbers and create new workflow names Sep 19, 2025
@Yuri05 Yuri05 requested a review from Copilot September 19, 2025 14:39
Copy link
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 PR updates version numbers from 12.1 to 12.2 across the codebase to prepare for creating Core 12.2 NuGet packages after the 12.1 release. The changes include updating version references in build scripts and creating new workflow files with version-specific naming.

  • Updates version numbers from 12.1.x to 12.2.x across build configurations
  • Creates new GitHub workflow files with 12.2 version-specific naming
  • Updates solution file references to point to the new versioned workflow files

Reviewed Changes

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

Show a summary per file
File Description
rakefile.rb Updates local NuGet package version from 12.1.0 to 12.2.0
OSPSuite.Core.sln Updates solution file to reference new versioned workflow files
.github/workflows/coverage_12.2.yml Updates coverage workflow name and build version to 12.2
.github/workflows/build-pr_12.2.yml Updates PR build workflow name and version to 12.2
.github/workflows/build-and-publish_12.2.yml Updates publish workflow name, run-name, and minor version to 12.2

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@rwmcintosh rwmcintosh changed the title Do not merge until 12.1 is released! update version numbers and create new workflow names update version numbers and create new workflow names Sep 23, 2025
@rwmcintosh rwmcintosh merged commit 8c3aade into develop Sep 23, 2025
1 check passed
@rwmcintosh rwmcintosh deleted the update_versions_12.2 branch September 23, 2025 15:59
@github-project-automation github-project-automation bot moved this to Done in V12.2 Sep 23, 2025
@Yuri05 Yuri05 moved this from Done to Verified in V12.2 Oct 17, 2025
@rwmcintosh rwmcintosh added the dev-only Assign to issues that do not need to be included in any release notes label Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev-only Assign to issues that do not need to be included in any release notes

Projects

No open projects
Status: Verified

Development

Successfully merging this pull request may close these issues.

2 participants