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
# TODO: Our hermetic toolchain doesn't support ubuntu-latest yet and fails with:
92
+
# external/llvm_toolchain_llvm/bin/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,8 @@ Run `./format.sh` to format all source files in the way enforced by the "Check f
70
70
71
71
## Releasing (CI employees only)
72
72
73
-
1. Update `JAZZER_VERSION` in [`maven.bzl`](maven.bzl).
74
-
2. Trigger the "Prerelease" GitHub Actions workflow for the branch where you want to do the release:
75
-
*`main` for major and minor releases
76
-
* An appropriate release branch for patch releases
77
-
3. Wait for the workflow to finish (about 10 minutes)
78
-
4. When successful and happy with the results, log into https://oss.sonatype.org, select both staging repositories and "Close" them.
73
+
1. Push a tag of the form `v1.2.3` to trigger the "Prerelease" GitHub Actions workflow.
74
+
2. Wait for the workflow to finish (about 10 minutes)
75
+
3. When successful and happy with the results, log into https://oss.sonatype.org, select all three staging repositories (under "Repositories" -> "Staging" -> `com/code_intelligence`) and "Close" them.
79
76
Wait and refresh, then select them again and "Release" them.
80
-
5. Release the draft Github release. This will automatically create a tag, push the docker images and deploy the docs (can take about a few minutes to appear at [jazzer-docs](https://codeintelligencetesting.github.io/jazzer-docs)).
77
+
4. Release the draft Github release. This will automatically create a tag, push the docker images and deploy the docs (can take about a few minutes to appear at [jazzer-docs](https://codeintelligencetesting.github.io/jazzer-docs)).
0 commit comments