Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
salahhusa9 committed Nov 22, 2023
2 parents c3dddbb + efac1ad commit 185e5e7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: [salahhusa9]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to `laravel-updater` will be documented in this file.

## Laravel Updater v1 - 2023-11-21

### What's Changed

- Update actions/setup-node action to v4 by @renovate in https://github.com/salahhusa9/laravel-updater/pull/14
- Git failed exception by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/17
- Tests pipelines by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/18
- Tests Repository Source by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/19
- Command test by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/20
- updater facade tests by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/21
- Remove Git Pull in update by @salahhusa9 in https://github.com/salahhusa9/laravel-updater/pull/22

**Full Changelog**: https://github.com/salahhusa9/laravel-updater/compare/v0.0.1...v1.0.0

## Laravel Updater Beta - 2023-10-31

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Pipelines/GitPipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function handle($content, Closure $next)

Git::auth();
Git::fetch();
Git::pull();

$checkout = Git::checkout($version);

if ($checkout != 'TEST' and Updater::getCurrentVersion() != $version) {
Expand Down

0 comments on commit 185e5e7

Please sign in to comment.