We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb1dc3 commit 4287a52Copy full SHA for 4287a52
.github/.gitversion.yml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-workflow: TrunkBased/preview1
+workflow: GitHubFlow/v1
16
assembly-versioning-scheme: MajorMinorPatchTag
17
assembly-file-versioning-scheme: MajorMinorPatchTag
18
mode: ContinuousDelivery
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
dotnet-version: "8.0.x"
52
53
- name: Setup GitVersion
54
- uses: gittools/actions/gitversion/[email protected].1
+ uses: gittools/actions/gitversion/[email protected].11
55
with:
56
versionSpec: '6.0.5'
57
0 commit comments