Skip to content

chore(readme): side effect of pinning version #2230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025

Conversation

bruno-garcia
Copy link
Member

No description provided.

@bruno-garcia bruno-garcia enabled auto-merge (squash) July 5, 2025 18:46
Copy link
Contributor

github-actions bot commented Jul 5, 2025

Fails
🚫 Please consider adding a changelog entry for the next release.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

- side effect of pinning version ([#2230](https://github.com/getsentry/sentry-unity/pull/2230))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description.

Generated by 🚫 dangerJS against 8a80604

@@ -23,7 +23,7 @@ Install the package via the Unity Package Manager using a Git URL to Sentry's SD
https://github.com/getsentry/unity.git
```

To use this specific version of the SDK, append `#3.2.3` to the URL.
To use this specific version of the SDK, append `#3.2.3` to the URL, but note that this will stop Unity from suggesting version updates automatically.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To use this specific version of the SDK, append `#3.2.3` to the URL, but note that this will stop Unity from suggesting version updates automatically.
To use this specific version of the SDK, append `#3.2.3` to the URL, but note that this will require you to manually update by providing a new GIT URL.

Unity does not suggest updates when installing packages via GIT URL. But when you pin the version the update button does nothing. Without the added tag the button click will fetch the newest available version.

@bruno-garcia bruno-garcia merged commit 52c0d5b into main Jul 9, 2025
4 of 6 checks passed
@bruno-garcia bruno-garcia deleted the chore/version-pinning-readme branch July 9, 2025 18:11
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.

2 participants