Skip to content

Commit

Permalink
revive release target
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Apr 27, 2015
1 parent 22af232 commit 662880a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions related/Bundle-CPAN/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ the-release-name :
$(NOECHO) $(ECHO) 'version ' $(VERSION)
$(NOECHO) $(ECHO) 'release-name ' $(DISTVNAME).tar$(SUFFIX)
# the last test for META.json prevents that the distro goes out without it (old MakeMaker)
release :: disttest
[ -e META.json ]
git tag -m 'This is $(VERSION)' "$(VERSION)"
ls -l $(DISTVNAME).tar$(SUFFIX)
rm -rf $(DISTVNAME)
$(NOECHO) $(ECHO) '#### Suggested next steps:'
$(NOECHO) $(ECHO) ' git push --tags origin master'
diff::
svn diff | less
Expand Down

0 comments on commit 662880a

Please sign in to comment.