diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index ecdb71f..65336ca 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -9,6 +9,11 @@ on: branches: - main - release/* + + create: + branches-ignore: + - release/* + workflow_dispatch: jobs: diff --git a/GitVersion.yml b/GitVersion.yml index 32521c4..cc3cb42 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -46,7 +46,7 @@ branches: prevent-increment: of-merged-branch: true when-current-commit-tagged: false - track-merge-target: true + track-merge-target: false regex: ^releas(e|es)?[/-] source-branches: [] is-source-branch-for: [] @@ -108,8 +108,6 @@ branches: track-merge-target: true regex: ^hotfix(es)?[/-] source-branches: - - main - - develop - release is-source-branch-for: [] tracks-release-branches: false diff --git a/README.md b/README.md index 0194c8f..17a1a14 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # GDGVersioning +Fix readme + Automatic versioning example with GitVersion \ No newline at end of file