mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-27 17:27:43 +00:00
GitVertsion for main and dev
This commit is contained in:
@@ -101,5 +101,5 @@ jobs:
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
run: dotnet nuget push '.\Calculations\bin\Release\net8.0\QuanTAlib.*.nupkg'
|
||||
--api-key ${{ secrets.NUGET_DEPLOY_KEY_QUANTLIB }}
|
||||
--Calculations https://api.nuget.org/v3/index.json
|
||||
--source https://api.nuget.org/v3/index.json
|
||||
--skip-duplicate
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<Title>QuanTAlib</Title>
|
||||
<Version>0.1.31</Version>
|
||||
<Version>0.1.32</Version>
|
||||
<Product>Library of TA Calculations, Charts and Strategies for Quantower</Product>
|
||||
<Description>Quantitative Technical Analysis Library in C# for Quantower</Description>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
|
||||
+16
-11
@@ -1,16 +1,21 @@
|
||||
minor-version-bump-message: \+semver:\s?(feature|new)
|
||||
mode: Mainline
|
||||
branches:
|
||||
main:
|
||||
regex: ^main$
|
||||
is-release-branch: true
|
||||
prevent-increment-of-merged-branch-version: false
|
||||
mode: ContinuousDelivery
|
||||
tag: ''
|
||||
increment: Patch
|
||||
develop:
|
||||
regex: ^dev(elop)?(ment)?$
|
||||
is-mainline: true
|
||||
is-release-branch: true
|
||||
source-branches: [ 'dev' ]
|
||||
prevent-increment-of-merged-branch-version: true
|
||||
tag: ''
|
||||
dev:
|
||||
regex: ^dev$
|
||||
increment: Patch
|
||||
is-mainline: false
|
||||
is-release-branch: false
|
||||
mode: ContinuousDelivery
|
||||
tag: 'nightly'
|
||||
increment: Inherit
|
||||
update-build-number: true
|
||||
source-branches: []
|
||||
prevent-increment-of-merged-branch-version: false
|
||||
tracks-release-branches: true
|
||||
track-merge-target: true
|
||||
tag: dev
|
||||
tag-prefix: ''
|
||||
Reference in New Issue
Block a user