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

#2193 - create a chocolatey metapackage #3377

Merged
merged 1 commit into from
Feb 17, 2023

Conversation

arturcic
Copy link
Member

Fixes #2193

A sample of the resulting metadata for the metapackage:

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>GitVersion</id>
    <version>6.0.0</version>
    <title>GitVersion</title>
    <authors>GitTools and Contributors</authors>
    <owners>GitTools and Contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://opensource.org/license/mit</licenseUrl>
    <projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/GitTools/graphics/master/GitVersion/Color/icon_100x100.png</iconUrl>
    <description>Derives SemVer information from a repository following GitFlow or GitHubFlow.</description>
    <releaseNotes>https://github.com/GitTools/GitVersion/releases/tag/6.0.0</releaseNotes>
    <copyright>Copyright GitTools 2023</copyright>
    <tags>Git Versioning GitVersion GitFlowVersion GitFlow GitHubFlow SemVer</tags>
    <dependencies>
      <dependency id="GitVersion.Portable" version="6.0.0" />
    </dependencies>
  </metadata>
</package>

@arturcic arturcic added this to the 6.x milestone Feb 17, 2023
@arturcic arturcic requested a review from gep13 February 17, 2023 00:17
Copy link
Member

@gep13 gep13 left a comment

Choose a reason for hiding this comment

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

LGTM!

@gep13
Copy link
Member

gep13 commented Feb 17, 2023

@arturcic thanks for pulling this together! This looks good to me!

@arturcic arturcic merged commit 7cee737 into GitTools:main Feb 17, 2023
@arturcic arturcic deleted the feature/2193 branch February 17, 2023 08:16
@arturcic
Copy link
Member Author

That was on my list

@mergify
Copy link
Contributor

mergify bot commented Feb 17, 2023

Thank you @arturcic for your contribution!

@arturcic arturcic removed this from the 6.x milestone Feb 18, 2023
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.

[Improvement] Chocolatey package 'gitversion' should point to 'gitversion.portable'
2 participants