Skip to content

Commit eedbf43

Browse files
authored
Update releasing documentation (#428)
Link in RELEASING.md doesn't lead directly to 'mockito-kotlin' in Sonatype snapshots repo. This is fixed with valid link.
1 parent 0258a15 commit eedbf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Releasing
22

33
1. Every change on the main development branch is released as -SNAPSHOT version
4-
to Sonatype snapshot repo at https://s01.oss.sonatype.org/content/repositories/snapshots.
4+
to Sonatype snapshot repo at https://s01.oss.sonatype.org/content/repositories/snapshots/org/mockito/kotlin/mockito-kotlin.
55
2. In order to release a non-snapshot version to Maven Central push an annotated tag, for example:
66
```
77
git tag -a -m "Release 3.4.5" 3.4.5

0 commit comments

Comments
 (0)