Skip to content

Commit

Permalink
bioc version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Oct 28, 2021
1 parent 5aad8f9 commit d166b87
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PKGNAME := $(shell sed -n "s/Package: *\([^ ]*\)/\1/p" DESCRIPTION)
PKGVERS := $(shell sed -n "s/Version: *\([^ ]*\)/\1/p" DESCRIPTION)
PKGSRC := $(shell basename `pwd`)
BIOCOLD := RELEASE_3_13
BIOCCUR := RELEASE_3_14
BIOCVER := RELEASE_3_14


all: rd check clean
Expand Down Expand Up @@ -55,11 +54,11 @@ push:
git push upstream master;\
git push origin master

rmoldrelease:
git branch -D $(BIOCOLD)
rmrelease:
git branch -D $(BIOCVER)

release:
git checkout $(BIOCCUR);\
git checkout $(BIOCVER);\
git fetch --all


Expand Down

0 comments on commit d166b87

Please sign in to comment.