Skip to content

Commit 729aa47

Browse files
authored
docs(website): remove references of tj-actions (orhun#1097)
1 parent bf50336 commit 729aa47

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

website/blog/git-cliff-1.2.0.md

-20
Original file line numberDiff line numberDiff line change
@@ -144,26 +144,6 @@ The changelog looks something like this now:
144144

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

147-
### New GitHub Action
148-
149-
A new GitHub Action for `git-cliff` has been created by [@jackton1](https://github.com/jackton1)!
150-
151-
> [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.
152-
153-
> 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.
154-
155-
```yml
156-
- name: Check out repository
157-
uses: actions/checkout@v3
158-
with:
159-
fetch-depth: 0
160-
161-
- name: Run git-cliff
162-
uses: tj-actions/git-cliff@v1
163-
```
164-
165-
See the [documentation](https://git-cliff.org/docs/github-actions/tj-actions-git-cliff) for more information.
166-
167147
### Internal changes
168148

169149
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:

website/docs/github-actions/tj-actions-git-cliff.md

-17
This file was deleted.

0 commit comments

Comments
 (0)