You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 3 labels to identify major,minor,patch changes a given PR introduces.
Using the git to identify the latest tag.
Latest version: "1.2.3"
If a PR is labeled patch the PR is assigned milestone "1.2.4"
If a PR is labeled minor the PR is assigned milestone "1.3.0"
If a PR is labeled major the PR is assigned milestone "2.0.0"
If a PR is labeled {major|minir|patch} and it already has a {major|minir|patch} label; it will remove and overwrite the previous label. (also updates the PRs milestone)
The text was updated successfully, but these errors were encountered:
Using 3 labels to identify
major
,minor
,patch
changes a given PR introduces.Using the git to identify the latest tag.
Latest version: "1.2.3"
If a PR is labeled
patch
the PR is assigned milestone "1.2.4"If a PR is labeled
minor
the PR is assigned milestone "1.3.0"If a PR is labeled
major
the PR is assigned milestone "2.0.0"If a PR is labeled
{major|minir|patch}
and it already has a{major|minir|patch}
label; it will remove and overwrite the previous label. (also updates the PRs milestone)The text was updated successfully, but these errors were encountered: