From ea28edc1cbaa90f20122ebf8401e1b4633d15f8f Mon Sep 17 00:00:00 2001 From: FallegaHQ Date: Sat, 12 Apr 2025 00:30:42 +0100 Subject: [PATCH] fix: update release.yml --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 21 +-------------------- VERSION | 2 +- 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 514987d..cdc0192 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Cache Composer packages uses: actions/cache@v4 - with:s + with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} restore-keys: | diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6c950..e7dab76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## [0.0.1] - 11/04/2025 +## [0.0.1] - 12/04/2025 ### Additions - Initial release - -# Template - -## [0.0.0] - 01/01/1970 - -### Additions -- Item - -### Changes -- Item - -### Fixes -- Item - -### Chore -- Item - -### Tests -- Item diff --git a/VERSION b/VERSION index a6410c2..548cef6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1alpha3 +0.0.1alpha4