Skip to content

Commit

Permalink
Merge pull request #1093 from merico-dev/release-0.9
Browse files Browse the repository at this point in the history
Fix: CI Template Updated and Makefile Updated
  • Loading branch information
daniel-hutao authored Sep 15, 2022
2 parents 389f571 + a8df561 commit bc958b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ body:
label: 'DevStream Version'
description: "To find out the version run: `dtm version`"
options:
- < v0.8.0
- v0.8.0
- < v0.9.0
- v0.9.0
- latest
validations:
required: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ clean: ## Remove dtm and plugins. It's best to run a "clean" before "build".
build-core: generate fmt lint vet mod-tidy ## Build dtm core only, without plugins, locally.
go build -trimpath -gcflags="all=-N -l" -ldflags "$(GO_LDFLAGS)" -o dtm-${GOOS}-${GOARCH} ./cmd/devstream/
@-rm -f dtm
@mv dtm-${GOOS}-${GOARCH} dtm
@cp dtm-${GOOS}-${GOARCH} dtm
@echo "${GREEN}✔'dtm' has been generated in the current directory($(PWD))!${RESET}"

.PHONY: build-plugin.%
Expand Down

0 comments on commit bc958b7

Please sign in to comment.