Skip to content

Commit

Permalink
fix: correct link to changelog (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 authored May 29, 2024
1 parent b33c7b0 commit 914ba48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif
git -C $(DOCS_FOLDER) checkout -B feat/cli-'$(GITHUB_REF:refs/tags/v%=%)'
git -C $(DOCS_FOLDER) commit -m 'feat: update cli commands data for $(GITHUB_REF:refs/tags/v%=%) version' || true
git -C $(DOCS_FOLDER) push --set-upstream origin feat/cli-'$(GITHUB_REF:refs/tags/v%=%)'
cd $(DOCS_FOLDER); gh pr create -f -b "Changelog: https://github.com/algolia/cli/releases/tag/$(GITHUB_REF:refs/tags/v%=%)"
cd $(DOCS_FOLDER); gh pr create -f -b "Changelog: https://github.com/algolia/cli/releases/tag/$(GITHUB_REF:refs/tags/%=%)"

## Create a new PR (or update the existing one) to update the API specs
api-specs-pr:
Expand Down Expand Up @@ -77,4 +77,4 @@ install:
# Uninstall Algolia CLI
uninstall:
rm ${bindir}/algolia
.PHONY: uninstall
.PHONY: uninstall

0 comments on commit 914ba48

Please sign in to comment.