Skip to content

Commit

Permalink
Bump paulhatch/semantic-version from 4.0.3 to 5.0.3 (#886)
Browse files Browse the repository at this point in the history
* Bump paulhatch/semantic-version from 4.0.3 to 5.0.3

Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 4.0.3 to 5.0.3.
- [Release notes](https://github.com/paulhatch/semantic-version/releases)
- [Commits](PaulHatch/semantic-version@v4.0.3...v5.0.3)

---
updated-dependencies:
- dependency-name: paulhatch/semantic-version
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* trigger full-ci build

* update options

* test

* test

* search in commit body

* Update versioning-release.yml

* debug in master branch

* change prefix

* undo debug

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaxRayskiy <[email protected]>
  • Loading branch information
dependabot[bot] and MaxRayskiy authored May 5, 2023
1 parent 874a097 commit fc6130d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/versioning-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Versioning and relese URL

on:
workflow_call:
secrets:
Expand Down Expand Up @@ -44,12 +45,13 @@ jobs:

- name: Versioning
if: ${{ inputs.UPLOAD_ARTIFACTS }}
uses: paulhatch/semantic-version@v4.0.3
uses: paulhatch/semantic-version@v5.0.3
id: version
with:
format: "v${major}.${minor}.${patch}.${increment}"
short_tags: false
tag_prefix: "v"
version_format: "${major}.${minor}.${patch}.${increment}"
bump_each_commit: false
search_commit_body: true
namespace: ${{inputs.version-namespace}}

- name: Set version tag
Expand All @@ -67,10 +69,10 @@ jobs:
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.BUILD_MACHINE_TOKEN }}
RELEASE_PATH: https://github.com/${{github.repository}}/releases/download/${{steps.version.outputs.version}}
RELEASE_PATH: https://github.com/${{github.repository}}/releases/download/${{steps.version-tag.outputs.short_version}}
with:
name: Release ${{steps.version-tag.outputs.short_version}}
tag_name: ${{steps.version.outputs.version }}
tag_name: ${{steps.version-tag.outputs.short_version}}
draft: true
prerelease: false
body: |
Expand Down

0 comments on commit fc6130d

Please sign in to comment.