From 7eb290c5cbdfecbd5a5fea9622e2452b170dff1d Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 27 Dec 2021 23:44:30 +0800 Subject: [PATCH] changelog.sh: fix repo link --- utils/changelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/changelog.sh b/utils/changelog.sh index e0969c16c..33a5c1449 100644 --- a/utils/changelog.sh +++ b/utils/changelog.sh @@ -10,7 +10,7 @@ # Check CHANGELOG.md to see your results # Repo URL to base links off of -REPOSITORY_URL=https://github.com/wp-cli/wp-cli +REPOSITORY_URL=https://github.com/c9s/bbgo # Get a list of all tags in reverse order # Assumes the tags are in version format like v1.2.3