You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,8 @@ High-level checklist for maintainers:
40
40
41
41
1. Bump the version in `src/main/resources/java-sdk-version/version.properties` and update `CHANGELOG.md`.
42
42
2. Merge the release branch into `main`.
43
-
3. Create a git tag that matches the new version and publish a GitHub release (include the changelog). Tagging `main` triggers the release workflow.
44
-
4. Wait for Sonatype to sync the artifact (this can take a few hours).
43
+
3. Create a git tag for `main` that matches the new version
44
+
4. Publish a GitHub release (include the changelog). This triggers the release workflow.
45
+
5. Wait for Sonatype to sync the artifact (this can take a few hours).
45
46
46
47
The required signing keys and credentials are stored as GitHub secrets. If you need access or spot an issue with the release automation, please reach out to the Transloadit team via the issue tracker or support channels.
0 commit comments