File tree Expand file tree Collapse file tree 6 files changed +11
-28
lines changed Expand file tree Collapse file tree 6 files changed +11
-28
lines changed Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 name : DotNet Format
3939 steps :
40- - uses : actions/checkout@v4
40+ -
41+ name : Checkout
42+ uses : actions/checkout@v4
4143 -
4244 name : Setup .NET SDK
4345 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 88 name : Trigger ci flow
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
12- - name : Get version
11+ -
12+ name : Checkout
13+ uses : actions/checkout@v4
14+ -
15+ name : Get version
1316 id : get-version
1417 shell : pwsh
1518 run : |
1619 # Finding the version from release tag
1720 $VERSION="${{ github.ref }}".Replace("refs/tags/", "")
1821 "version=$VERSION" >> $env:GITHUB_OUTPUT
19- - uses : peter-evans/repository-dispatch@v3
22+ -
23+ uses : peter-evans/repository-dispatch@v3
2024 with :
2125 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2226 repository : ${{ github.repository }}
Original file line number Diff line number Diff line change @@ -49,13 +49,6 @@ SemVer.
4949If you want to fix the version, use ` NuGetVersionV2 ` which will stay the same
5050after NuGet 3.0 comes out
5151
52- ## How do I choose my branching strategy (GitFlow vs GitHubFlow)
53-
54- If you run ` gitversion init ` then choose ` Getting started wizard ` then choose
55- ` Unsure, tell me more ` , GitVersion will run through a series of questions which
56- will try and help point you towards a branching strategy and why you would use
57- it.
58-
5952## Merged branch names as version source
6053
6154When GitVersion considers previous commits to calculate a version number, it's
Original file line number Diff line number Diff line change @@ -8,16 +8,6 @@ RedirectFrom: docs/configuration
88GitVersion, starting from version 3.0, is mainly powered by configuration and no
99longer has branching strategies hard-coded.
1010
11- ## Configuration tool
12-
13- If you run ` gitversion init ` , GitVersion will launch into a configuration tool,
14- which can help you configure GitVersion the way you want it.
15-
16- Once complete, the ` init ` command will create a ` GitVersion.yml ` file in the
17- working directory. It can be the root repository directory or any subdirectory
18- in case you have a single repository for more than one project or are restricted
19- to commit into a subdirectory.
20-
2111:::{.alert .alert-info}
2212** Note**
2313
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ remain on the same pre-released version until it has been deployed dedicatedly.
1515
1616The thing about manual deployment is that there will be _ multiple_ candidates
1717to deploy on testing and it is a human choice to deploy. This means that
18- GitVersion will build ** the same semantic version ** until that version is
18+ GitVersion will build __ the same semantic version __ until that version is
1919deployed. For instance:
2020
2121* 1.1.0-2+1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments