Skip to content

Commit

Permalink
Use release version recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Jan 25, 2019
1 parent 265afff commit 8d396af
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fgeo.plot
Title: Plot 'ForestGEO' Data
Version: 1.0.3.9000
Version: 1.0.4
Authors@R:
c(person(given = "Mauro",
family = "Lepore",
Expand All @@ -18,9 +18,9 @@ BugReports: https://github.com/forestgeo/fgeo.plot/issues
Depends:
R (>= 3.3)
Imports:
fgeo.x,
fgeo.tool,
dplyr,
fgeo.tool (>= 1.0.1),
fgeo.x (>= 1.0.1),
ggplot2,
ggrepel,
glue,
Expand All @@ -38,8 +38,8 @@ Suggests:
spelling,
testthat
Remotes:
forestgeo/fgeo.tool,
forestgeo/fgeo.x
forestgeo/fgeo.x@*release,
forestgeo/fgeo.tool@*release
Encoding: UTF-8
Language: en-US
LazyData: true
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Work in progress.

# fgeo.plot 1.0.4 (GitHub release)

* Use release version recrsively via @*release.

# fgeo.plot 1.0.3 (GitHub release)

* Prune dependencies.
Expand Down
10 changes: 9 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d396af

Please sign in to comment.