Skip to content

Commit 6afaf4e

Browse files
committed
Update
1 parent 4626234 commit 6afaf4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cliff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ conventional_commits = false
2424
filter_unconventional = false
2525
commit_parsers = [
2626
{ field = "github.pr_labels", pattern = "internal", skip = true },
27+
{ field = "github.pr_labels", pattern = "dependencies", skip = true },
2728
{ message = ".*pre-commit autoupdate.*", skip = true },
2829
{ message = ".*", group = "Other" },
2930
]

guide/src/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ _These instructions are a work in progress_
108108
Update the changelog:
109109

110110
```
111-
git cliff -u --prepend Changelog.md
111+
git cliff -u --prepend Changelog.md --github-token <token>
112112
```
113113

114114
Update the version in `Cargo.toml` and run:

0 commit comments

Comments
 (0)