mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CICD: Make Version Information SemVer Compliant.
Make the version information used throughout the application and build process compliant with the SemVer specifications, so that it can be processed with libraries. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
3c8ce37299
commit
2b7900b68d
5 changed files with 23 additions and 9 deletions
2
.github/actions/manage-version/action.yml
vendored
2
.github/actions/manage-version/action.yml
vendored
|
|
@ -37,7 +37,7 @@ runs:
|
|||
PULL_REQUEST_BRANCH: ${{ github.event.pull_request.head.ref }}
|
||||
shell: bash
|
||||
run: |
|
||||
echo "pull-request-$PULL_REQUEST_BRANCH" > latest-subsurface-buildnumber-extension
|
||||
echo "pull-request.$PULL_REQUEST_BRANCH" > latest-subsurface-buildnumber-extension
|
||||
|
||||
- name: store version number for the build
|
||||
id: version_number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue