Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.19 KB

File metadata and controls

40 lines (25 loc) · 1.19 KB

Description

Ticket number

[PSREDEV-XXX]

GitHub Action Releases

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

Non-breaking Changes:

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 notify teams in the relevant slack channels.

Breaking Changes:

Release a new major version as normal following semantic versioning.

Checklist

  • Is my change backwards compatible? Please include evidence

  • I have installed and run pre-commit

  • I have updated the changelog

  • I have tested this and added output to Jira Comment:

  • Automated tests added Comment:

  • Documentation added (link) Comment:

  • Delete any new stacks created for this ticket Comment:

Co-authored by