Skip to content

Commit ed561de

Browse files
committed
Fix numbering in documentation
1 parent 6ce50b1 commit ed561de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Steps for releasing:
2323
4. Install or update [gh](https://github.com/cli/cli) as it used by the release script.
2424
5. Test that `mvn package` can complete successfully. Run `git clean -dxff`
2525
or something similar to clean up afterwards.
26-
5. Run `./dev-bin/release.sh`.
26+
6. Run `./dev-bin/release.sh`.
2727
* This will package the release, update the gh-pages branch, bump the
2828
version to the next development release, upload the release to GitHub
2929
and tag it, and upload to Sonatype.
3030
* It may prompt you about out of date dependencies. You should consider
3131
updating them if appropriate. Say no and review the changes and upate
3232
`pom.xml` and start the release process over again if you do.
33-
6. Complete the release on Sonatype
33+
7. Complete the release on Sonatype
3434

3535
There is more information in the
3636
[minfraud-api-java](https://github.com/maxmind/minfraud-api-java/blob/main/README.dev.md)

0 commit comments

Comments
 (0)