How can i check available updates with commits? #1532
-
currently it only shows available updates with tag, but some commits contains the feat or fix that i need urgently and they haven't create a new tag with release. |
Beta Was this translation helpful? Give feedback.
Answered by
williamboman
Oct 26, 2023
Replies: 1 comment 1 reply
-
Mason tracks upstream versions and not individual commits. You can however specify a commit as the version when installing a package, for example: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ogios
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mason tracks upstream versions and not individual commits. You can however specify a commit as the version when installing a package, for example:
:MasonInstall package@7d48559
.