Skip to content

Commit

Permalink
prepare for 0.8.28 CRAN release (#626)
Browse files Browse the repository at this point in the history
* prepare for 0.8.28 CRAN release

* stop using rhub as CRAN release pre-flight
  • Loading branch information
aronatkins authored Oct 24, 2022
1 parent b873c27 commit e1cba5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# NEWS

## 0.8.28 (in development)
## 0.8.28

Released to CRAN on 2022-10-17

* Shiny applications and Shiny documents no longer include an implicit
dependency on [`ragg`](https://ragg.r-lib.org) when that package is present
Expand Down
7 changes: 1 addition & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@
R CMD check --as-cran rsconnect_*.tar.gz
```

- Test the package using [R-Hub](https://docs.r-hub.io). Triggered from R:

```r
install.packages("rhub")
rhub::check_for_cran()
```
- Push the branch to GitHub and let our CI workflow run.

- Fix any issues identified by the previous steps. Rinse and repeat.

Expand Down

0 comments on commit e1cba5a

Please sign in to comment.