{{ message }}
Add Windows runners compatibility#30
Merged
Merged
Conversation
f931b76 to
1926371
Compare
- Message is using a variable that's not confirmed as set yet - Message is output by `version-lookup.sh` in normal operation anyway
ps-jay
reviewed
Apr 24, 2024
ps-jay
reviewed
Apr 24, 2024
| set -euo pipefail | ||
|
|
||
| # Force UTF-8 for all commands, for Git-Bash on Windows compatibility | ||
| export LC_ALL=C.UTF-8 |
Member
There was a problem hiding this comment.
perl on MacOS doesn't like this - it emits some warnings ... but I think it's okay if all the tests pass anyway! 😈
d284b63 to
16351e1
Compare
ec1c394 to
8df12f2
Compare
Member
ps-jay
approved these changes
Apr 24, 2024
cgrindel-self-hosted-renovate Bot
referenced
this pull request
in cgrindel/renovate-bot
Apr 24, 2024
…145) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reecetech/version-increment](https://togithub.com/reecetech/version-increment) | action | patch | `2024.4.1` -> `2024.4.3` | --- ### Release Notes <details> <summary>reecetech/version-increment (reecetech/version-increment)</summary> ### [`v2024.4.3`](https://togithub.com/reecetech/version-increment/releases/tag/2024.4.3) [Compare Source](https://togithub.com/reecetech/version-increment/compare/2024.4.2...2024.4.3) #### What's Changed - Add Windows runners compatibility by [@​b0bben](https://togithub.com/b0bben) in [https://github.com/reecetech/version-increment/pull/30](https://togithub.com/reecetech/version-increment/pull/30) #### New Contributors - [@​b0bben](https://togithub.com/b0bben) made their first contribution in [https://github.com/reecetech/version-increment/pull/30](https://togithub.com/reecetech/version-increment/pull/30) **Full Changelog**: reecetech/version-increment@2024.4.2...2024.4.3 ### [`v2024.4.2`](https://togithub.com/reecetech/version-increment/releases/tag/2024.4.2) [Compare Source](https://togithub.com/reecetech/version-increment/compare/2024.4.1...2024.4.2) #### What's Changed - Add multi-OS testing (`ubuntu` & `macos` for now); Rework MacOS support to use `perl` by [@​ps-jay](https://togithub.com/ps-jay) in [https://github.com/reecetech/version-increment/pull/32](https://togithub.com/reecetech/version-increment/pull/32) **Full Changelog**: reecetech/version-increment@2024.4.1...2024.4.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR does 2 things to make this awesome action work on Windows runners:
All tests are passing on my Windows + macOS self-hosted runners.