Skip to content

fix: release changelog #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged

fix: release changelog #338

merged 1 commit into from
Apr 15, 2025

Conversation

psteinroe
Copy link
Collaborator

@psteinroe psteinroe commented Apr 15, 2025

  • only generates the changelog for the version that is currently released
  • (I think) I fixed the deploy docs on release issue by allowing all tags to push to github-pages
    Screenshot 2025-04-15 at 08 37 23
  • makes the template a bit nicer. example from the latest release:

Postgres Language Server

A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.

0.4.0

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

@@ -126,7 +126,7 @@ jobs:
id: create_changelog
with:
config: cliff.toml
args: --bump
args: --bump --latest
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just FYI: I think this processes from the latest release, not prerelease. But that's what we want right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I think that's what we want too. it worked fine locally at least.

@psteinroe psteinroe merged commit 8519fc6 into main Apr 15, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants