Skip to content

Commit

Permalink
Merge branch 'master' into feat/conditional-success-fail-comment-skip
Browse files Browse the repository at this point in the history
  • Loading branch information
babblebey authored Aug 9, 2024
2 parents 4b689fe + b591730 commit ee733fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/get-fail-comment.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const HOME_URL = "https://github.com/semantic-release/semantic-release";
const FAQ_URL = `${HOME_URL}/blob/caribou/docs/support/FAQ.md`;
const FAQ_URL = `${HOME_URL}/blob/master/docs/support/FAQ.md`;
const GET_HELP_URL = `${HOME_URL}#get-help`;
const USAGE_DOC_URL = `${HOME_URL}/blob/caribou/docs/usage/README.md`;
const USAGE_DOC_URL = `${HOME_URL}/blob/master/docs/usage/README.md`;
const NEW_ISSUE_URL = `${HOME_URL}/issues/new`;

const formatError = (error) => `### ${error.message}
Expand Down

0 comments on commit ee733fb

Please sign in to comment.