Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#4299 - add new schemas for 6.11.* #4301

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Conversation

arturcic
Copy link
Member

This pull request adds new JSON schema files for GitVersion configuration and output, as well as updates to the Program.cs file to ensure the necessary directories exist before creating schemas.

New JSON schema files:

  • schemas/6.1/GitVersion.configuration.json: Added schema for GitVersion configuration, detailing properties like assembly-file-versioning-format, branches, commit-date-format, and various version bump messages.
  • schemas/6.1/GitVersion.json: Added schema for GitVersion output, defining properties such as AssemblySemFileVer, BranchName, CommitDate, Major, Minor, Patch, and SemVer.

Directory checks in Program.cs:

@arturcic arturcic added this to the 6.1.x milestone Nov 13, 2024
@arturcic arturcic added the build label Nov 13, 2024
@arturcic arturcic linked an issue Nov 13, 2024 that may be closed by this pull request
@arturcic arturcic merged commit ddde7ba into GitTools:main Nov 13, 2024
7 checks passed
@arturcic arturcic deleted the feature/4299 branch November 13, 2024 01:36
Copy link
Contributor

mergify bot commented Nov 13, 2024

Thank you @arturcic for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new schemas for version 6.11.*
1 participant