Skip to content

Commit dc93a7e

Browse files
committed
back to dev !
1 parent 16db94c commit dc93a7e

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

Diff for: .Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
^\.github$
1515
^cran-comments\.md$
1616
^CRAN-RELEASE$
17+
^CRAN-SUBMISSION$

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ docs/
77
gitdown
88
cran-comments.md
99
CRAN-RELEASE
10+
CRAN-SUBMISSION

Diff for: DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: gitdown
22
Title: Turn Your Git Commit Messages into a HTML Book
3-
Version: 0.1.4
3+
Version: 0.1.4.9000
44
Authors@R:
55
c(person(given = "Sébastien",
66
family = "Rochette",

Diff for: NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# gitdown (development version)
2+
13
# gitdown 0.1.4
24

35
* Allow tests to start a day and finish the following one

Diff for: dev_history.R

+4-2
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,15 @@ urlchecker::url_update()
8484
rcmdcheck::rcmdcheck(args = "--as-cran")
8585

8686
# rhub::validate_email()
87-
rhub::check_for_cran()
87+
rhub::check_for_cran(show_status = FALSE)
8888
rhub::check_on_windows(check_args = "--force-multiarch")
8989
rhub::check_on_fedora()
90-
rhub::check_on_solaris()
90+
rhub::check_on_solaris(show_status = FALSE)
9191
rhub::check_on_windows()
9292

9393
devtools::check_win_devel()
9494
devtools::check_win_release()
95+
devtools::check_mac_release()
9596

9697
# Update NEWS
9798
# Bump version manually and add list of changes
@@ -103,6 +104,7 @@ usethis::use_cran_badge()
103104
usethis::use_cran_comments()
104105
usethis::use_git_ignore("cran-comments.md")
105106
usethis::use_git_ignore("CRAN-RELEASE")
107+
usethis::use_git_ignore("CRAN-SUBMISSION")
106108

107109
devtools::release()
108110

0 commit comments

Comments
 (0)