Skip to content

Commit 12b5fed

Browse files
committed
Some notes on the release process
1 parent 946a173 commit 12b5fed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,17 @@ And finally write a test client
258258
## Advanced topics ##
259259
Advanced topics can be found in the [wiki](https://github.com/derjust/spring-data-dynamodb/wiki).
260260

261+
## Release process ##
262+
263+
Check `pom.xml` for the proper `<version />`, afterwards execute
264+
265+
```
266+
$ mvn release:prepare && mvn release:perform
267+
```
268+
269+
which will tag, build, test and upload the artifacts to Sonatype's OSS staging area.
270+
271+
Then visit
272+
https://oss.sonatype.org/#stagingRepositories
273+
and close 'your' staging repository. This will sync with Maven Central (give it some hours to become visible via http://search.maven.org/).
274+

0 commit comments

Comments
 (0)