You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo":rotating_light: This is a RELEASE CANDIDATE. Use it only for testing purposes. If you find any bugs, file an [issue](https://github.com/rancher-sandbox/cluster-api-provider-harvester/issues/new).">$(RELEASE_DIR)/CHANGELOG.md;\
259
268
else\
260
-
$(GH) api repos/$(ORG)/$(GH_REPO_NAME)/releases/generate-notes -F tag_name=$(VERSION) -F previous_tag_name=$(PREVIOUS_VERSION) --jq '.body'>$(RELEASE_DIR)/CHANGELOG.md;\
269
+
$(GH) api repos/$(ORG)/$(GH_REPO_NAME)/releases/generate-notes -F tag_name=$(RELEASE_TAG) -F previous_tag_name=$(PREVIOUS_TAG) --jq '.body'>$(RELEASE_DIR)/CHANGELOG.md;\
261
270
fi
262
271
263
272
##@ Build Dependencies
@@ -327,3 +336,8 @@ clean-release-git: ## Restores the git files usually modified during a release
327
336
.PHONY: clean-generated-yaml
328
337
clean-generated-yaml: ## Remove files generated by conversion-gen from the mentioned dirs. Example SRC_DIRS="./api/v1alpha4"
0 commit comments