Skip to content

Commit dda21c1

Browse files
committed
chore: fix makefile for relase branch
1 parent a78d6a2 commit dda21c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ Makefile
2424
README.md
2525
rollup.config.js
2626
jest.config.js
27-
tsconfig.json
27+
tsconfig.json
28+
.github/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ release:
3434
@echo "Adding tag and modify the CHANGELOG"
3535
@npx standard-version --release-as $(level)
3636
@echo "Pushing to the github and trigger action for npm:publish"
37-
@git push --follow-tags origin master
37+
@git push --follow-tags origin main
3838
.PHONY: build build-demo release

0 commit comments

Comments
 (0)