From 233bbd68b8df7e4038f2c3df89a34f547bc8ec06 Mon Sep 17 00:00:00 2001 From: psteinroe Date: Tue, 15 Apr 2025 08:33:48 +0200 Subject: [PATCH] fix: release changelog --- .github/workflows/release.yml | 2 +- cliff.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5d46604..7940a60e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: id: create_changelog with: config: cliff.toml - args: --bump + args: --bump --latest env: GITHUB_REPO: ${{ github.repository }} diff --git a/cliff.toml b/cliff.toml index 8656d82b..3e040a17 100644 --- a/cliff.toml +++ b/cliff.toml @@ -8,14 +8,14 @@ [changelog] # template for the changelog header header = """ -# Changelog\n -All notable changes to this project will be documented in this file.\n +# Postgres Language Server\n +A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.\n """ # template for the changelog body # https://keats.github.io/tera/docs/#introduction body = """ {% if version %}\ - ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} + ## {{ version | trim_start_matches(pat="v") }} {% else %}\ ## [unreleased] {% endif %}\