Skip to content

Commit

Permalink
chore(release): Restore prepare release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Jun 21, 2024
1 parent 90b92d4 commit fc31ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ release: prepare-release
release-local: prepare-release
./script/release.sh --release-version $(VERSION) --snapshot-version $(SNAPSHOT_VERSION) --image $(IMAGE_NAME) --go-flags '$(GOFLAGS)' --git-remote $(RELEASE_GIT_REMOTE) --local-release --no-git-push --no-docker-push

release-major:
release-major: prepare-release
./script/release.sh --release-version $(VERSION) --snapshot-version $(SNAPSHOT_VERSION) --next-version $(NEXT_VERSION) --image $(IMAGE_NAME) --go-flags '$(GOFLAGS)' --git-remote $(RELEASE_GIT_REMOTE) --skip-tests --major-release

release-snapshot: prepare-release
Expand Down

0 comments on commit fc31ebf

Please sign in to comment.