Skip to content

Commit

Permalink
refactor: updated the protected branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat-Dabade committed Jul 8, 2024
1 parent d3394ff commit 088934e
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 @@ -406,7 +406,7 @@ swagger: ## Generate swagger API spec and clients based on it.

# ====================================================================================
# Used for semver bumping
PROTECTED_BRANCH := master
PROTECTED_BRANCH := main
APP_NAME := $(shell basename -s .git `git config --get remote.origin.url`)
CURRENT_VERSION := $(shell git describe --abbrev=0 --tags)
VERSION_PARTS := $(subst ., ,$(subst v,,$(subst -rc, ,$(CURRENT_VERSION))))
Expand Down

0 comments on commit 088934e

Please sign in to comment.