You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/blog/git-cliff-1.2.0.md
-20
Original file line number
Diff line number
Diff line change
@@ -144,26 +144,6 @@ The changelog looks something like this now:
144
144
145
145
See the other template examples in the [documentation](https://git-cliff.org/docs/templating/examples).
146
146
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
-
167
147
### Internal changes
168
148
169
149
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:
0 commit comments