Skip to content

Commit

Permalink
Reorder publishing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ninovanhooff committed Jul 2, 2021
1 parent 9b1a0f5 commit bb675d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


0 comments on commit bb675d9

Please sign in to comment.