We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac91900 commit c17773cCopy full SHA for c17773c
Makefile
@@ -1,7 +1,7 @@
1
PKGNAME := $(shell sed -n "s/Package: *\([^ ]*\)/\1/p" DESCRIPTION)
2
PKGVERS := $(shell sed -n "s/Version: *\([^ ]*\)/\1/p" DESCRIPTION)
3
PKGSRC := $(shell basename `pwd`)
4
-BIOCVER := RELEASE_3_19
+BIOCVER := RELEASE_3_20
5
6
7
all: rd check clean
NEWS.md
@@ -1,3 +1,7 @@
+# ggtree 3.14.0
+
++ Bioconductor RELEASE_3_20 (2024-10-30, Wed)
<!--
# TODO LIST
new_bioc_version.sh
@@ -1,8 +1,8 @@
#!/bin/bash
pkg=$(basename `pwd`)
-oldver=RELEASE_3_18
-newver=RELEASE_3_19
+oldver=RELEASE_3_19
+newver=RELEASE_3_20
## rm old release branch
8
make rmrelease
0 commit comments