Skip to content
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

[pull] main from orhun:main #21

Merged
merged 1 commit into from
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions website/blog/git-cliff-1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,26 +144,6 @@ The changelog looks something like this now:

See the other template examples in the [documentation](https://git-cliff.org/docs/templating/examples).

### New GitHub Action

A new GitHub Action for `git-cliff` has been created by [@jackton1](https://github.com/jackton1)!

> [tj-actions/git-cliff](https://github.com/tj-actions/git-cliff) is another GitHub Action that you can use to generate changelogs for your project.

> It uses a generic `cliff-template.toml` without the need to maintain multiple configuration files for each project or you can optionally provide a customized template as a path or URL which falls back to project's `cliff.toml` if it exist.

```yml
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Run git-cliff
uses: tj-actions/git-cliff@v1
```

See the [documentation](https://git-cliff.org/docs/github-actions/tj-actions-git-cliff) for more information.

### Internal changes

Here is a list of changes that are worth mentioning if you use `git-cliff`/`git-cliff-core` in your Rust project as a library:
Expand Down
17 changes: 0 additions & 17 deletions website/docs/github-actions/tj-actions-git-cliff.md

This file was deleted.

Loading