Skip to content

Commit b5bf72d

Browse files
committed
Removed release task
1 parent 8cd87e4 commit b5bf72d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ help:
1414
@echo ' make doc Generate the documentation '
1515
@echo ' make dist Generate a distributable package '
1616
@echo ' make minify Minify Django.js with yuglify '
17-
@echo ' make release Bump a version and publish it on PyPI '
1817
@echo ' make clean Remove all temporary and generated artifacts'
1918
@echo ' '
2019

@@ -44,11 +43,6 @@ dist:
4443
minify:
4544
@./minify.sh
4645

47-
release: minify
48-
@echo 'Bumping version and publishing it'
49-
@./release.sh
50-
@echo 'Done'
51-
5246
clean:
5347
rm -fr $(DISTDIR)
5448

0 commit comments

Comments
 (0)