Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,7 @@ After two maintainers approve the GitHub issue, the [OpenSearch CI server](https
This is a Jenkins server that promotes our releases.
You can check the promotion status by checking the [release-data-prepper](https://build.ci.opensearch.org/job/release-data-prepper/) job.

### Further details

For more details on the release build, or to setup your own GitHub repository, see [release/README.md](release/README.md).


You can also check the Maven artifacts after the promote stage completes by viewing the [AWS Sonatype repository](https://aws.oss.sonatype.org/content/repositories/releases/org/opensearch/dataprepper/).

## <a name="post-release">Post release</a>

Expand All @@ -204,3 +200,8 @@ Steps:
* Find the milestone for the release.
* Make sure there are no issues. If there are any triage them by closing, or changing the milestone.
* Click the "Close" button


### Further details

For more details on the release build, or to setup your own GitHub repository, see [release/README.md](release/README.md).
Loading