update version numbers and create new workflow names#2645
update version numbers and create new workflow names#2645rwmcintosh merged 3 commits intodevelopfrom
Conversation
|
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 | |||
There was a problem hiding this comment.
what's with the 999? and why do we have 9999 on the other file?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
After release, we merge these updated numbers into develop to begin creating Core 12.2 NuGet packages