From 4f5de5eea1fc4c5dd38d947f7a15f4601f16e398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 24 Nov 2020 20:58:57 +0100 Subject: [PATCH 1/2] Generate documentation for the next minor --- .doctrine-project.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.doctrine-project.json b/.doctrine-project.json index 4cf47201..2816e185 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -3,6 +3,12 @@ "shortName": "DoctrineMongoDBBundle", "slug": "doctrine-mongodb-bundle", "versions": [ + { + "name": "4.4", + "branchName": "4.4.x", + "slug": "latest", + "upcoming": true + }, { "name": "4.3", "branchName": "4.3.x", From d5698b4d26f12af92e0acb8aeec3f516e6b7a5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 23 Jan 2021 16:38:18 +0100 Subject: [PATCH 2/2] Remove references to master --- .github/workflows/coding-standards.yml | 2 -- composer.json | 5 ----- 2 files changed, 7 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 019bfb7f..9afc59ae 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -4,11 +4,9 @@ on: pull_request: branches: - "*.x" - - "master" push: branches: - "*.x" - - "master" jobs: coding-standards: diff --git a/composer.json b/composer.json index d99335cd..c3efe561 100644 --- a/composer.json +++ b/composer.json @@ -56,10 +56,5 @@ }, "config": { "sort-packages": true - }, - "extra": { - "branch-alias": { - "dev-master": "4.1.x-dev" - } } }