Skip to content

Commit b9ebda1

Browse files
committed
Merge branch 'v1.11'
2 parents 610f835 + 42fa5e8 commit b9ebda1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and this project adheres to
4040

4141

4242

43-
## [1.11.1]
43+
## [1.11.1] - Unreleased
4444

4545
### For users
4646

@@ -75,7 +75,7 @@ and this project adheres to
7575

7676

7777

78-
## [1.11.0] - 2026-22-04
78+
## [1.11.0] - 2026-04-22
7979

8080
### For users
8181

bin/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ s%$OMAJOR\.$OMINOR\.$OPATCH/build%$MAJOR.$MINOR.$PATCH/build%;
7272
" -i pdi/docs/Source_installation.md
7373
sed "s/set(PDI_VERSION .*/set(PDI_VERSION \"$MAJOR.$MINOR.$PATCH\")/" -i mock_pdi/PDIConfigVersion.cmake
7474
sed "
75-
s/## \[Unreleased\].*/## [$MAJOR.$MINOR.$PATCH] - $(date +%Y-%d-%m)/;
75+
s/## \[Unreleased\].*/## [$MAJOR.$MINOR.$PATCH] - $(date +%Y-%m-%d)/;
7676
/^#### /{N;/^####.*\n *$/d}
7777
" -i CHANGELOG.md
7878
git commit -qm "PDI Release $MAJOR.$MINOR.$PATCH" VERSION pdi/docs/Source_installation.md mock_pdi/PDIConfigVersion.cmake CHANGELOG.md

0 commit comments

Comments
 (0)