feat: add skipAuthors (boolean) option #911
Annotations
3 errors
test/contributors.test.ts > contributors > should include authors:
test/contributors.test.ts#L12
Error: Snapshot `contributors > should include authors 1` mismatched
- Expected
+ Received
@@ -1,7 +1,8 @@
"## v1.0.0
+ [compare changes](https://github.com/unjs/changelogen/compare/v0.5.7...v1.0.0)
### π Enhancements
- **scope:** Add feature
@@ -17,9 +18,9 @@
- **scope:** Update dependencies
### β€οΈ Contributors
- - John Doe ([@brainsucker](http://github.com/brainsucker))
+ - John Doe ([@brainsucker](https://github.com/brainsucker))
- Jane Smith <jane@smith.com>
- Alice Johnson <alice@johnson.com>
- Bob Williams <bob@williams.com>"
β― test/contributors.test.ts:12:22
|
test/contributors.test.ts > contributors > should skip authors:
test/contributors.test.ts#L48
Error: Snapshot `contributors > should skip authors 1` mismatched
- Expected
+ Received
@@ -1,7 +1,8 @@
"## v1.0.0
+ [compare changes](https://github.com/unjs/changelogen/compare/v0.5.7...v1.0.0)
### π Enhancements
- **scope:** Add feature
β― test/contributors.test.ts:48:22
|
ci
Process completed with exit code 1.
|