unoplatform / Uno.Core

Uno.Core is a set of helpers and extension methods used to accelerate development.
Other
39 stars 12 forks source link

Update versioning strategy #63

Closed jeromelaban closed 4 years ago

jeromelaban commented 4 years ago

PR Type

What kind of change does this PR introduce?

What is the new behavior?

Document the GitVersion-base release strategy, and move to mainline mode for release/stable branches. Tagging is now required as documented.

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):

dr1rrb commented 4 years ago

We should clear all the old tags before starting to use this procedure (Or at least all tags that are not properly formated):

C:\Src\GitHub\unoplatform\Uno>git tag --list
1-41
1-42
1-43-0-dev-657
1-43-1
1-44-1
1-45-0
1.29-wasm
1.30.1-wasm
1.40
__BEFORE_REBASE_NETSTD-WASM
hr-pre1
v7.47.0
jeromelaban commented 4 years ago

@dr1rrb that's for Uno :) We'll do that there as well.