Skip to content

Commit

Permalink
Merge pull request #117 from siemens/development
Browse files Browse the repository at this point in the history
Continuous Clearing Release V6.0.1 +semver: patch
  • Loading branch information
karthika-g authored Jan 25, 2024
2 parents 4089434 + 0598529 commit d0aa8cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Version
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.3.6'
versionSpec: '5.5.0'
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: TRUE

Expand Down Expand Up @@ -195,9 +195,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v$($env:GitVersion_MajorMinorPatch)
#tag_name: ${{ needs.build.outputs.semver }}
release_name: Release v$($env:GitVersion_MajorMinorPatch)
tag_name: v${{ needs.build.outputs.semver }}
release_name: Release v${{ needs.build.outputs.semver }}
body: |
${{ github.event.head_commit.message }}
draft: true
Expand Down
2 changes: 2 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ next-version: 3.1.0
branches:
master:
regex: ^master$|^main$
ignore:
sha: [408943429d1788227ad19ef6434d1fb44257263c, 51eaa765411149f8411676ed421b6274b38aeb4b]

0 comments on commit d0aa8cb

Please sign in to comment.