-
Notifications
You must be signed in to change notification settings - Fork 137
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
fix: self-update check for updates #562
Merged
Merged
Conversation
This file contains 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
This is the first applicable use of this function, but can be used in a few more places to improve logic. |
vladdoster
force-pushed
the
feat/self-update
branch
from
August 15, 2023 05:26
9696faf
to
40b71d6
Compare
This PR is ready for review. |
vladdoster
force-pushed
the
feat/self-update
branch
2 times, most recently
from
August 20, 2023 06:20
2d761ab
to
ac49f0e
Compare
Signed-off-by: Doster, Vladislav <[email protected]>
vladdoster
force-pushed
the
feat/self-update
branch
from
August 20, 2023 06:27
8baa309
to
5232b75
Compare
Signed-off-by: GitHub Actions <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Aug 30, 2023
# [3.12.0](v3.11.0...v3.12.0) (2023-08-30) ### Bug Fixes * build container for tagged releases ([f933dc0](f933dc0)) * gh-r linux regex & gh-r zunit tests ([#564](#564)) ([207ab9f](207ab9f)) * gh-r zunit tests ([#561](#561)) ([97b087e](97b087e)) * Ignore .yaml and .py files when installing completions ([#528](#528)) ([113cfc4](113cfc4)) * jq has moved from stedolan/jq to jqlang/jq ([#530](#530)) ([de85908](de85908)) * math expression in plugins command ([#559](#559)) ([68a6b42](68a6b42)) * pin fclones version to v0.31.0 ([497d519](497d519)) * quote parens so that they aren't used as globs ([#549](#549)) ([1375adf](1375adf)) * self-update check for updates ([#562](#562)) ([b456a2d](b456a2d)) * update gomi repo owner ([#568](#568)) ([19ca2dc](19ca2dc)) ### Features * build container with zsh 5.9 ([#525](#525)) ([238e843](238e843))
🎉 This PR is included in version 3.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Motivation and Context
Match Homebrew's behavior
Usage examples
Current behavior
New Behavior
How Has This Been Tested?
Types of changes
Checklist: