mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
add GitVersion configuration file (#1555)
* add GitVersion configuration file * use beta tag for master
This commit is contained in:
committed by
Ryan Gribble
parent
6b8dde10e2
commit
84317871e7
11
GitVersion.yml
Normal file
11
GitVersion.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
branches:
|
||||
master:
|
||||
mode: ContinuousDeployment
|
||||
increment: Minor
|
||||
tag: beta
|
||||
dotnetcore:
|
||||
mode: ContinuousDeployment
|
||||
increment: Minor
|
||||
tag: alpha
|
||||
ignore:
|
||||
sha: []
|
||||
Reference in New Issue
Block a user