From 482fa018ce8d746d5de4008dd58b33b8a504e3b2 Mon Sep 17 00:00:00 2001 From: Mathis Chambon Date: Tue, 4 Jun 2024 14:14:05 +0200 Subject: [PATCH] feat(workflow): auto release --- .github/workflows/auto-release.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index c9c6fdb..2147a8d 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -3,7 +3,7 @@ name: Create Release on: push: branches: - - feat/release-workflow + - flexy jobs: create-release: diff --git a/composer.json b/composer.json index 20c2ed6..cc80cd3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "version": "1.0.3", + "version": "1.0.0", "name": "thelia/flexy", - "description": "Thelia Design System", + "description": "thelia design system", "license": "LGPL-3.0+", "require": {} }