govuk-one-login / devplatform-upload-action

Digital identity dev platform GitHub action to upload artifacts to deploy
MIT License
0 stars 0 forks source link

PSREDEV-854: add pipeline version info to upload metadata #10

Closed beca-galliano closed 3 months ago

beca-galliano commented 3 months ago

Description

Update the upload-action to enable teams to set VERSION_NUMBER as a parameter, if no value is set there is a default of empty string.

Passing deployment with a faux version no. - (demo-sam-app) https://github.com/govuk-one-login/devplatform-demo-sam-app/actions/runs/9548301827

Passing deployment without a version no. - (demo-sam-app) https://github.com/govuk-one-login/devplatform-demo-sam-app/actions/runs/9548229520

Passing deployment (fraud cri) https://github.com/govuk-one-login/fraud-ticf-cri/actions/runs/9551713809

Ticket number

PSREDEV-854

GitHub Action Releases

We follow recommended best practices for releasing new versions of the action.

Non-breaking Chanages:

Release a new minor or patch version as appropriate. Then, update the base major version release (and any minor versions) to point to this latest commit. For example, if the latest major release is v2 and you have added a non-breaking feature, release v2.1.0 and point v2 to the same commit as v2.1.0.

NOTE: Dependabot does not pick up and raise PRs for PATCH versions (i.e v3.8.1), please nofity teams in the relevant slack channels.

Breaking Changes:

Release a new major version as normal following semantic versioning.

Checklist

Co-authored by