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 <[email protected]>
- Alice Johnson <[email protected]>
- Bob Williams <[email protected]>"
β― 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.
|