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

New version pattern: "major.minor.patch.build" #122

Merged
merged 5 commits into from
Jun 28, 2019

Conversation

jgsogo
Copy link

@jgsogo jgsogo commented Jun 28, 2019

closes #119

It will allow us to release patches for versions.

@jgsogo jgsogo added this to the 1.2.0 milestone Jun 28, 2019
- ps: Vsix-TokenReplacement Conan.VisualStudio\source.extension.cs 'Version = "([0-9\\.]+)"' 'Version = "{version}"'
- ps: Vsix-TokenReplacement Conan.VisualStudio\source.extension.vsixmanifest '<Identity Id="VSConanPackage.4d0379e2-2698-4e66-89de-6ead71165e9f" Version="([0-9\\.]+)"' '<Identity Id="VSConanPackage.4d0379e2-2698-4e66-89de-6ead71165e9f" Version="{version}"'
Copy link

Choose a reason for hiding this comment

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

so, it's not needed any longer to patch vsixmanifest?

Copy link
Author

Choose a reason for hiding this comment

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

No, it is already done by the IncrementVsixVersion, I didn't realize about that when I added this line 🤷‍♂

@SSE4 SSE4 merged commit fa3df08 into conan-io:dev Jun 28, 2019
@jgsogo jgsogo deleted the issue/119-version-patch branch June 28, 2019 11:46
@jgsogo jgsogo mentioned this pull request Jul 23, 2019
3 tasks
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.

Consider a new release versioning pattern: v1.2.0.{build}
2 participants