From e90c023c9138478fa99e146bd4f93705889d1496 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 22 Jun 2018 00:23:40 +0200 Subject: [PATCH] Git tags are no more and too complicated for this repository --- .github/CONTRIBUTING.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 19d42da..b7c87ce 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -59,14 +59,13 @@ version (e.g. 1.x.y) is released by the following release process: * **2. Update changelog** - Create an entry in [CHANGELOG.md](/CHANGELOG.md) describing all the changes from - previous release. + Create an entry in [CHANGELOG.md](/CHANGELOG.md) describing all the changes + from previous release. -* **3. Tag a new release** +* **3. Docker images** - Tag a new version on [GitHub](https://github.com/phpearth/docker-php/releases). + Build and push Docker images to [Docker Hub](https://hub.docker.com/r/phpearth/php/). -* **4. Docker images** - - With a new tag release, Docker images are build automatically on - [Docker Hub](https://hub.docker.com/r/phpearth/php/). + ```bash + make build-and-push + ```