Skip to content

Commit d20e834

Browse files
authored
Prepare release 1.14 (#140)
* move to uppercase markdown filenames * prepare release 1.14
1 parent 5f2ecd4 commit d20e834

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

.github/workflows/check_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Check that CHANGELOG is touched
1818
run: |
1919
git fetch origin ${{ github.base_ref }} --depth 1 && \
20-
git diff remotes/origin/${{ github.base_ref }} --name-only | grep changelog.md
20+
git diff remotes/origin/${{ github.base_ref }} --name-only | grep CHANGELOG.md

changelog.md renamed to CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [unreleased] - YYYY-MM-DD
8+
9+
## [1.14] - 2025-06-30
810
### Changes
911
- Drop support for heroku-20
1012
- Update Nginx to 1.28.0

proxy.md renamed to PROXY.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)