Skip to content

Commit db445d3

Browse files
committed
updated since and added release template
1 parent 526955f commit db445d3

4 files changed

Lines changed: 136 additions & 4 deletions

File tree

.github/workflows/dev_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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:

ci/update-devmd.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
3+
SINCE="2026-06-17" # Manually set the start date for commits
34

45
echo "[devmd] start"
56

@@ -17,9 +18,6 @@ if [ -z "$BRANCH" ] || [ "$BRANCH" = "HEAD" ]; then
1718
fi
1819
echo "[devmd] branch = $BRANCH"
1920

20-
# --- Time window (optional) ---
21-
SINCE="2026-05-21" # Manually set the start date for commits
22-
2321
UNTIL="${DEVMD_UNTIL:-}" # e.g. 2025-09-01
2422
FLAGS=""
2523
[ -n "$SINCE" ] && FLAGS="$FLAGS --since=$SINCE"

releases/0.4.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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

releases/template.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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

0 commit comments

Comments
 (0)