Skip to content

Commit 9073c9d

Browse files
jchrysmirromutth
authored andcommitted
ADD Maintaining Documentation
Motivation: With the addition of a new member, it became important to facilitate the sharing of maintenance knowledge across the team. ADD Maintaining Documentation Motivation: With the addition of a new member, it became important to facilitate the sharing of maintenance knowledge across the team.
1 parent 4517ade commit 9073c9d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

MAINTAINING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# R2DBC-MYSQL Maintenance
2+
3+
## Releases
4+
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/).
5+
6+
**Steps**
7+
1. Initiate the release process
8+
- 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/).
9+
10+
2. Artifact Verification
11+
- Confirm the successful upload of artifacts in the [Staging Repository](https://s01.oss.sonatype.org/) and verify their integrity.
12+
13+
3. Finalize the Release
14+
- 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).

0 commit comments

Comments
 (0)