Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD Maintaining Documentation #167

Merged
merged 1 commit into from
Dec 19, 2023
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
14 changes: 14 additions & 0 deletions MAINTAINING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# R2DBC-MYSQL Maintenance

## Releases
Releasing a r2dbc-mysql is a streamlined and automated process typically encompassing three essential steps. However, before delving into these steps, it is imperative to acquaint yourself with the [OSSRH Guide](https://central.sonatype.org/publish/publish-guide/).

**Steps**
1. Initiate the release process
- Run [GitHub Actions RELEASE workflow](https://github.com/asyncer-io/r2dbc-mysql/actions/workflows/cd-release.yml) to kickstart the release process. Upon completion, the workflow will automatically stage all necessary components in the [Staging Repository](https://s01.oss.sonatype.org/).

2. Artifact Verification
- Confirm the successful upload of artifacts in the [Staging Repository](https://s01.oss.sonatype.org/) and verify their integrity.

3. Finalize the Release
- Conclude the release process on the [Staging Repository](https://s01.oss.sonatype.org/) and document the [release notes on GitHub](https://github.com/asyncer-io/r2dbc-mysql/releases).