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
On macOS this still produces an unsigned DMG (`mac-dmg-on-mac` is active by default on Mac runners). Add `-P '!mac-dmg-on-mac'` to skip it.
24
+
23
25
### Build a single module
24
26
25
27
```bash
@@ -61,12 +63,10 @@ The DMG is unsigned. For the fully signed and notarized DMG used in releases, se
61
63
### IzPack installer JAR
62
64
63
65
Produces the cross-platform installer JAR in `exist-installer/target/`.
64
-
Maven will warn "could not be activated because it does not exist" for the `installer` profile — this is a Maven 3 multi-module quirk; the build is correct.
65
66
66
67
```bash
67
68
JAVA_HOME=$(/usr/libexec/java_home -v 21) \
68
69
mvn -T1.5C clean package \
69
-
-Pinstaller \
70
70
-pl exist-installer -am \
71
71
-DskipTests \
72
72
-Ddependency-check.skip=true \
@@ -81,7 +81,7 @@ Run the installer: `java -jar exist-installer/target/exist-installer-7.0.0-SNAPS
Copy file name to clipboardExpand all lines: exist-versioning-release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The `ci-release.yml` workflow runs four jobs in parallel then converges:
117
117
118
118
### Prerequisites: required GitHub secrets and repository rules
119
119
120
-
All secrets must be in place under **Settings → Secrets and variables → Actions** before running a release. See `plans/internal-release-runbook.template.md` for the full table and rotation guidance.
120
+
All secrets must be in place under **Settings → Secrets and variables → Actions** before running a release. See `internal-release-runbook.template.md` for the full table and rotation guidance.
121
121
122
122
A **tag ruleset** restricts creation and deletion of `eXist-*` tags to users with the Maintain or Admin role (Settings → Rules → Rulesets). The `RELEASE_PAT` owner must hold one of those roles; all other automation only reads tags and is unaffected.
0 commit comments