AlessioMorale / crsf_parser

A package to parse and create CRSF (Crossfire) frames, developed primarily to interoperate with ExpressLRS
Other
40 stars 7 forks source link

chore(deps): update paulhatch/semantic-version action to v5 #16

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
paulhatch/semantic-version action major v4.0.2 -> v5.1.0

Release Notes

paulhatch/semantic-version (paulhatch/semantic-version) ### [`v5.1.0`](https://togithub.com/PaulHatch/semantic-version/releases/tag/v5.1.0) [Compare Source](https://togithub.com/paulhatch/semantic-version/compare/v5.0.3...v5.1.0) #### New Features - ([#​69](https://togithub.com/paulhatch/semantic-version/issues/69)) Added a patch pattern for "bump each commit". If `bump_each_commit_patch_pattern` is set AND bump each commit mode is enabled, the patch version will only increment if the commit matches the specified patch pattern. Note that regex is supported using the JavaScript-like `/pattern/` syntax. Flags are also supported using `/pattern/I` but there is no dedicated "flags" input. (This is the preferred method and the existing flags inputs for major and minor may be deprecated in a future release.) - ([#​88](https://togithub.com/paulhatch/semantic-version/issues/88)) Added "prerelease mode" for repos which are still on 0.x.x version. If enabled this will treat "major" changes as "minor", preventing the `1.0.0` version from being automatically set. (It must be set manually) This is intended to help manage versioning for projects with a long pre-release timeline so that developers don't need to worry about the overall state of the project and can still indicate whether a particular commit is breaking or not. - ([#​94](https://togithub.com/paulhatch/semantic-version/issues/94)) An output, `is_tagged`, indicates whether this commit was itself directly tagged. (Thanks [@​Kantis](https://togithub.com/Kantis)) - ([#​92](https://togithub.com/paulhatch/semantic-version/issues/92)) Added outputs to provide information about the commit of the previous version. **Full Changelog**: https://github.com/PaulHatch/semantic-version/compare/v5.0.3...v5.1.0 ### [`v5.0.3`](https://togithub.com/PaulHatch/semantic-version/releases/tag/v5.0.3): Fix for Prerelease Tagged Commits [Compare Source](https://togithub.com/paulhatch/semantic-version/compare/v5.0.2...v5.0.3) Previously pre-release tags were detected as the "current tag", as the previously added tag validation was only apply to the tags from previous commits. This update adds this validation to the current commit. ### [`v5.0.2`](https://togithub.com/PaulHatch/semantic-version/releases/tag/v5.0.2): Fix build output [Compare Source](https://togithub.com/paulhatch/semantic-version/compare/v5.0.1...v5.0.2) - Fix for previous version not outputting `current_commit` ### [`v5.0.1`](https://togithub.com/PaulHatch/semantic-version/releases/tag/v5.0.1) [Compare Source](https://togithub.com/paulhatch/semantic-version/compare/v5.0.0...v5.0.1) Fixes for regular expression filters, thanks to [@​belcher-rok](https://togithub.com/belcher-rok) for finding this. ### [`v5.0.0`](https://togithub.com/PaulHatch/semantic-version/releases/tag/v5.0.0): Version 5 GA Release [Compare Source](https://togithub.com/paulhatch/semantic-version/compare/v4.0.3...v5.0.0) Version 5.0.0 is now available! Thank you to everyone who contributed to this release. For more information, please refer to release notes for version 5.0.0 pre-releases. ### [`v4.0.3`](https://togithub.com/PaulHatch/semantic-version/releases/tag/v4.0.3): Change Output Text [Compare Source](https://togithub.com/paulhatch/semantic-version/compare/v4.0.2...v4.0.3) Output version will now be created from the supplied version template.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.