Skip to content

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
@mergify
Copy link
Contributor

mergify bot commented Nov 13, 2024

Thank you @arturcic for your contribution!

@arturcic arturcic modified the milestones: 6.1.x, 6.1.0 Dec 9, 2024
@gittools-bot
Copy link
Contributor

🎉 This issue has been resolved in version 6.1.0 🎉
The release is available on:

Your GitReleaseManager bot 📦🚀

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.1.*

2 participants