From 3d0844b902a713de18ed28ae63f305a84f3eab15 Mon Sep 17 00:00:00 2001 From: Massimiliano Pesente Date: Fri, 29 Mar 2019 15:48:52 +0100 Subject: [PATCH 1/3] composer: remove version --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 421f2473..9fd0d953 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,4 @@ { - "version": "4.2.0", "name": "supermercato24/soldo-php-sdk", "description": "Unofficial PHP SDK to work with Soldo API", "keywords": ["supermercato24", "soldo", "api"], From 6f5cc1863944708e336443816a34f8ca907407eb Mon Sep 17 00:00:00 2001 From: Massimiliano Pesente Date: Fri, 29 Mar 2019 15:49:07 +0100 Subject: [PATCH 2/3] composer: add alias --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 9fd0d953..2422d644 100644 --- a/composer.json +++ b/composer.json @@ -28,5 +28,10 @@ "psr-4": { "Soldo\\Tests\\": "test/" } + }, + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } } } From b93a8a8795218b830e7263411007e7acdf0107ce Mon Sep 17 00:00:00 2001 From: Massimiliano Pesente Date: Fri, 29 Mar 2019 15:49:22 +0100 Subject: [PATCH 3/3] changelog: update --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5650763..70280545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,4 @@ -# Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# Release Notes ## [Unreleased]