Skip to content

Commit 8519fc6

Browse files
authored
fix: release changelog (#338)
1 parent 777c80b commit 8519fc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
id: create_changelog
127127
with:
128128
config: cliff.toml
129-
args: --bump
129+
args: --bump --latest
130130
env:
131131
GITHUB_REPO: ${{ github.repository }}
132132

Diff for: cliff.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
[changelog]
99
# template for the changelog header
1010
header = """
11-
# Changelog\n
12-
All notable changes to this project will be documented in this file.\n
11+
# Postgres Language Server\n
12+
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.\n
1313
"""
1414
# template for the changelog body
1515
# https://keats.github.io/tera/docs/#introduction
1616
body = """
1717
{% if version %}\
18-
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
18+
## {{ version | trim_start_matches(pat="v") }}
1919
{% else %}\
2020
## [unreleased]
2121
{% endif %}\

0 commit comments

Comments
 (0)