File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 dev-release :
1717 runs-on : ubuntu-latest
1818 env :
19- DEVMD_SINCE : " 2026-05-21 " # optional fixed start date
19+ DEVMD_SINCE : " 2026-06-17 " # optional fixed start date
2020 TAG_NAME : " dev" # reuse the same tag each night
2121 RELEASE_TITLE : " Dev Nightly"
2222 steps :
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euo pipefail
3+ SINCE=" 2026-06-17" # Manually set the start date for commits
34
45echo " [devmd] start"
56
@@ -17,9 +18,6 @@ if [ -z "$BRANCH" ] || [ "$BRANCH" = "HEAD" ]; then
1718fi
1819echo " [devmd] branch = $BRANCH "
1920
20- # --- Time window (optional) ---
21- SINCE=" 2026-05-21" # Manually set the start date for commits
22-
2321UNTIL=" ${DEVMD_UNTIL:- } " # e.g. 2025-09-01
2422FLAGS=" "
2523[ -n " $SINCE " ] && FLAGS=" $FLAGS --since=$SINCE "
Original file line number Diff line number Diff line change 1+ # GEMC Release 0.4
2+
3+ This version includes:
4+
5+
6+
7+
8+
9+ <br />
10+
11+ # Release notes
12+
13+ -
14+
15+ <br />
16+
17+ ## Documentation
18+
19+
20+
21+ <br />
22+
23+ ## Examples
24+
25+
26+
27+ <br />
28+
29+ ## Tests
30+
31+
32+
33+ <br />
34+
35+ ## Addressed issues
36+
37+
38+
39+ <br />
40+
41+ ## Supported platforms
42+
43+ Both x86_64 and ARM64 platforms are supported.
44+
45+ - macOS: 26
46+ - Ubuntu: 24.04, 26.04
47+ - AlmaLinux: 10
48+ - Fedora: 44
49+ - Debian: 13
50+ - Arch Linux: latest
51+
52+ <br />
53+
54+ ## Dependencies
55+
56+ - Geant4: 11.4.1 or higher
57+ - CLHEP: 2.4.6.0 or higher
58+ - Xerces-C: 3.2 or higher
59+
60+ <br />
61+
62+ ## Compatibility notes
63+
64+
65+ <br />
66+
67+ ## Detailed list of changes and fixes
Original file line number Diff line number Diff line change 1+ # GEMC Release 0.4
2+
3+ This version includes:
4+
5+
6+
7+
8+
9+ <br />
10+
11+ # Release notes
12+
13+ -
14+
15+ <br />
16+
17+ ## Documentation
18+
19+
20+
21+ <br />
22+
23+ ## Examples
24+
25+
26+
27+ <br />
28+
29+ ## Tests
30+
31+
32+
33+ <br />
34+
35+ ## Addressed issues
36+
37+
38+
39+ <br />
40+
41+ ## Supported platforms
42+
43+ Both x86_64 and ARM64 platforms are supported.
44+
45+ - macOS: 26
46+ - Ubuntu: 24.04, 26.04
47+ - AlmaLinux: 10
48+ - Fedora: 44
49+ - Debian: 13
50+ - Arch Linux: latest
51+
52+ <br />
53+
54+ ## Dependencies
55+
56+ - Geant4: 11.4.1 or higher
57+ - CLHEP: 2.4.6.0 or higher
58+ - Xerces-C: 3.2 or higher
59+
60+ <br />
61+
62+ ## Compatibility notes
63+
64+
65+ <br />
66+
67+ ## Detailed list of changes and fixes
You can’t perform that action at this time.
0 commit comments