diff --git a/.github/workflows/deploy-nupkg.yml b/.github/workflows/deploy-nupkg.yml new file mode 100644 index 0000000..4ac5865 --- /dev/null +++ b/.github/workflows/deploy-nupkg.yml @@ -0,0 +1,11 @@ +name: deploy-nupkg + +on: + push: + tags: + - '**' + +jobs: + deploy: + uses: millicast/github-actions-internal/.github/workflows/build_nupkg.yml@IOPS-5066 + secrets: inherit diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 121bbe1..9fe026b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,16 @@ name: DigitalOcean.API CI on: - push: - branches: - - "*" - pull_request: - branches: - - "*" - release: - types: - - created +# push: +# branches: +# - "*" +# pull_request: +# branches: +# - "*" +# release: +# types: +# - created + workflow_dispatch: + jobs: build: strategy: diff --git a/.gitversion.yml b/.gitversion.yml new file mode 100644 index 0000000..73b07e3 --- /dev/null +++ b/.gitversion.yml @@ -0,0 +1,46 @@ +workflow: GitFlow/v1 +# base version +next-version: 5.3.0 +branches: + release: + label: rc + source-branches: + - main + + feature: + prevent-increment: + when-current-commit-tagged: true + source-branches: + - main + - develop + - release + - hotfix + + develop: + # we use the branch name next + regex: ^next$ + + hotfix: + source-branches: + - main + + unknown: + source-branches: + - main + - develop + - release + - feature + - pull-request + - hotfix + + pull-request: + source-branches: + - main + - develop + - release + - feature + - hotfix + + # disabling + support: + regex: ^$ diff --git a/DigitalOcean.API.Tests/DigitalOcean.API.Tests.csproj b/DigitalOcean.API.Tests/DigitalOcean.API.Tests.csproj index 3ed484e..916202c 100644 --- a/DigitalOcean.API.Tests/DigitalOcean.API.Tests.csproj +++ b/DigitalOcean.API.Tests/DigitalOcean.API.Tests.csproj @@ -1,15 +1,16 @@ - + net6.0 + false + true - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + + + + diff --git a/DigitalOcean.API/DigitalOcean.API.csproj b/DigitalOcean.API/DigitalOcean.API.csproj index d6bcf74..7e19cd5 100644 --- a/DigitalOcean.API/DigitalOcean.API.csproj +++ b/DigitalOcean.API/DigitalOcean.API.csproj @@ -3,22 +3,18 @@ net6.0 true vevix - 5.3.0-rc3 - 5.3.0-rc2 .NET wrapper of the DigitalOcean API 2019 DigitalOcean.API MIT - https://github.com/trmcnvn/DigitalOcean.API http://i.imgur.com/llqIpX6.png icon.png - https://github.com/trmcnvn/DigitalOcean.API DigitalOcean API - - ### Added - - - Added ContainerRegistry client. (@JoshClose) - + true + + + https://github.com/millicast/DigitalOcean.API + https://github.com/millicast/DigitalOcean.API