Skip to content

Commit 77fd62e

Browse files
Final pre-flight check and changelog update
1 parent 6d0d520 commit 77fd62e

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ jobs:
8585
runs-on: ubuntu-latest
8686
if: startsWith(github.ref, 'refs/tags/')
8787
steps:
88+
- name: Checkout
89+
uses: actions/checkout@v4
90+
with:
91+
fetch-depth: 0
92+
8893
- name: Download artifacts
8994
uses: actions/download-artifact@v4
9095
with:

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Changelog
22

3-
## v1.1.2
3+
## v1.1.4
4+
- Fixed GitHub Actions release job: Added checkout step with full history to enable automatic release note generation.
5+
6+
## v1.1.3
47
- Simplified GitHub Actions workflow to provide single macOS and Windows binaries.
58
- Removed architecture-specific build flags for the runner itself (as it is platform-independent), relying on the app's internal logic to handle Docker container architectures.
69

7-
## v1.1.1
10+
## v1.1.2
811
- Fixed GitHub Actions workflow: Updated retired macOS Intel runner from `macos-13` to `macos-15`.
912

13+
## v1.1.1
14+
- Internal CI/CD adjustments and dependency fixes.
15+
1016
## v1.1.0
1117
- Added system dependency checker for Docker, Apptainer/Singularity, and DataLad.
1218
- New standalone `check_system_deps.py` script for command-line validation.

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.2"
1+
__version__ = "1.1.4"

0 commit comments

Comments
 (0)