Skip to content

Conversation

@Pauliusd01
Copy link
Collaborator

@Pauliusd01 Pauliusd01 commented Jan 14, 2026

Description

Bumps version to a temporary 1.18.1 one.

Testing status & QA

CI only

Overall Product Risks

N/A

Comments to reviewers

N/A

Checklist

Before review:

  • Changelog entry added.
    • Explains the change in Changed, Fixed, Added sections.
    • For API change contains an example snippet and/or migration example.
    • JIRA ticket linked, example (case %%). If it is a private issue, just add the case ID without a link.
    • Jira port for the next release set as "Resolved".
  • Tests added/changed, if applicable.
    • Functional tests Area_CanDoX, Area_CanDoX_EvenIfYIsTheCase, Area_WhenIDoX_AndYHappens_ThisIsTheResult.
    • Performance tests.
    • Integration tests.
  • Docs for new/changed API's.
    • Xmldoc cross references are set correctly.
    • Added explanation how the API works.
    • Usage code examples added.
    • The manual is updated, if needed.

During merge:

  • Commit message for squash-merge is prefixed with one of the list:
    • NEW: ___.
    • FIX: ___.
    • DOCS: ___.
    • CHANGE: ___.
    • RELEASE: 1.1.0-preview.3.

@u-pr-agent
Copy link
Contributor

u-pr-agent bot commented Jan 14, 2026

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪

This PR only bumps version strings and adds an empty Unreleased changelog header, so the surface area and risk are minimal.
🏅 Score: 88

The changes are straightforward and consistent, but the added `Unreleased` section is currently empty and should be confirmed as intended for the release/verification workflow.
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Release Notes

Confirm the empty Unreleased section is desired (e.g., for verification tooling) and won’t conflict with the release process; if required, add the appropriate entries or remove the placeholder.

## [Unreleased] - yyyy-mm-dd


Version Sync

Verify all version declarations that must remain in sync were updated together (assembly version constant, test assembly version attribute, package.json, and any other generated artifacts) to avoid mismatched package/assembly versions.

// Keep this in sync with "Packages/com.unity.inputsystem/package.json".
// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
//       "-preview" suffixes here.
internal const string kAssemblyVersion = "1.18.1";
internal const string kDocUrl = "https://docs.unity3d.com/Packages/com.unity.inputsystem@1.18";
  • Update review

🤖 Helpful? Please react with 👍/👎 | Questions❓Please reach out in Slack #ask-u-pr-agent

@u-pr-agent
Copy link
Contributor

u-pr-agent bot commented Jan 14, 2026

PR Code Suggestions ✨

No code suggestions found for the PR.

@codecov-github-com
Copy link

codecov-github-com bot commented Jan 14, 2026

Codecov Report

All modified and coverable lines are covered by tests ✅

@@           Coverage Diff            @@
##           develop    #2323   +/-   ##
========================================
  Coverage    77.95%   77.95%           
========================================
  Files          476      476           
  Lines        97453    97453           
========================================
  Hits         75971    75971           
  Misses       21482    21482           
Flag Coverage Δ
inputsystem_MacOS_2022.3 5.54% <ø> (ø)
inputsystem_MacOS_2022.3_project 75.47% <ø> (ø)
inputsystem_MacOS_6000.0 5.32% <ø> (ø)
inputsystem_MacOS_6000.0_project 77.36% <ø> (ø)
inputsystem_MacOS_6000.3 5.32% <ø> (ø)
inputsystem_MacOS_6000.3_project 77.36% <ø> (ø)
inputsystem_MacOS_6000.4 5.32% <ø> (ø)
inputsystem_MacOS_6000.4_project 77.36% <ø> (ø)
inputsystem_MacOS_6000.5 5.32% <ø> (ø)
inputsystem_MacOS_6000.5_project 77.36% <ø> (ø)
inputsystem_Ubuntu_2022.3 5.54% <ø> (ø)
inputsystem_Ubuntu_2022.3_project 75.26% <ø> (ø)
inputsystem_Ubuntu_6000.0 5.32% <ø> (ø)
inputsystem_Ubuntu_6000.0_project 77.16% <ø> (ø)
inputsystem_Ubuntu_6000.3 5.32% <ø> (ø)
inputsystem_Ubuntu_6000.3_project 77.16% <ø> (-0.01%) ⬇️
inputsystem_Ubuntu_6000.4 5.33% <ø> (ø)
inputsystem_Ubuntu_6000.4_project 77.17% <ø> (ø)
inputsystem_Ubuntu_6000.5 5.33% <ø> (ø)
inputsystem_Ubuntu_6000.5_project 77.17% <ø> (+<0.01%) ⬆️
inputsystem_Windows_2022.3 5.54% <ø> (ø)
inputsystem_Windows_6000.0 5.32% <ø> (ø)
inputsystem_Windows_6000.3 5.32% <ø> (ø)
inputsystem_Windows_6000.4 5.32% <ø> (ø)
inputsystem_Windows_6000.5 5.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
Assets/Samples/InGameHints/InGameHintsActions.cs 17.69% <ø> (ø)
...sts/InputSystem/InputActionCodeGeneratorActions.cs 59.49% <ø> (ø)
...em/InputSystem/Devices/Precompiled/FastKeyboard.cs 100.00% <ø> (ø)
...ystem/InputSystem/Devices/Precompiled/FastMouse.cs 100.00% <ø> (ø)
...InputSystem/Devices/Precompiled/FastTouchscreen.cs 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Pauliusd01 Pauliusd01 merged commit 9c349d5 into develop Jan 14, 2026
83 of 109 checks passed
@Pauliusd01 Pauliusd01 deleted the Bump-version-to-1.18.1 branch January 14, 2026 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants