From bb675d996a9132ba3b4b6d7e4e9eef25d03eb2f6 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Fri, 2 Jul 2021 11:26:02 +0200 Subject: [PATCH] Reorder publishing steps --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 487f717..5f4930c 100644 --- a/README.md +++ b/README.md @@ -91,9 +91,9 @@ This project contains a demo app which can simply be run without further setup. This library is distributed using [JitPack](https://jitpack.io/#q42/q42stats.android). This makes publishing a new version very easy: 1. Push the code for the new version to the `main` branch -2. Create a tag in the semver format: `x.x.x` without the preceding `v.` -3. On GitHub, create a release from that tag. Give it the same name; `x.x.x` -4. Unit tests will be run automatically. Check [JitCI](https://jitci.com/gh/Q42/Q42Stats.Android) for status -4. If everything went well the release will be visible on [JitPack](https://jitpack.io/#q42/q42stats.android) and the version number in the badge at the top of this page will update. +1. Unit tests will be run automatically. Check [JitCI](https://jitci.com/gh/Q42/Q42Stats.Android) for status +1. Create a tag in the semver format: `x.x.x` without the preceding `v.` +1. On GitHub, create a release from that tag. Give it the same name; `x.x.x` +1. If everything went well the release will be visible on [JitPack](https://jitpack.io/#q42/q42stats.android) and the version number in the badge at the top of this page will update.