Skip to content

Commit d16bd93

Browse files
committed
1 parent 12c5174 commit d16bd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/definitions/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {inspect} from 'node:util';
22

33
import {isString} from 'lodash-es';
44

5-
const HOMEPAGE = 'https://github.com/semantic-release/github#readme';
5+
const HOMEPAGE = 'https://github.com/semantic-release/github';
66

77
const stringify = (object) =>
88
isString(object) ? object : inspect(object, {breakLength: Number.POSITIVE_INFINITY, depth: 2, maxArrayLength: 5});

0 commit comments

Comments
 (0)