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
* Assert SSE result events in integration test
* Gracefully drain SSE stream before shutdown
* Only stop on faults once assembly finished
* Bump version to 2.2.1
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,8 +40,9 @@ 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 for `main` that matches the new version
44
-
4. Publish a GitHub release (include the changelog). This triggers the release workflow.
43
+
3. Create a git tag for `main` that matches the new versions
44
+
4. Publish a GitHub release (include the changelog). This triggers the release workflow. (via the GitHub UI, `gh release creates v1.0.1 --title "v1.0.1" --notes-file <(cat CHANGELOG.md section)`)
45
45
5. Wait for Sonatype to sync the artifact (this can take a few hours).
46
46
47
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