You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are but it may be time to change that. If someone wants to take it on before I can, the process is basically:
pick a date for the update and warn everyone
ideally close out as many open PRs as possible before then, to minimize merge conflicts
install the newest Roxygen on your dev machine
git pull, make sure your tree is clean, then make clean && make document
commit all the changed Rd and DESCRIPTION files
grep -R 7.0.2 . -> review, update appropriately, commit. I think at least three scripts scripts/travis/install.sh, .github/workflows/styler-actions.yml, and docker/depends/Dockerfile will need updating, but I may be forgetting others.
push, review, merge
remind everyone to update Roxygen on their own machine
monitor PRs for merge conflicts/accidental reversions (if it edits 300 files, it's probably an accidental reversion)
We are but it may be time to change that. If someone wants to take it on before I can, the process is basically:
make clean && make document
grep -R 7.0.2 .
-> review, update appropriately, commit. I think at least three scriptsscripts/travis/install.sh
,.github/workflows/styler-actions.yml
, anddocker/depends/Dockerfile
will need updating, but I may be forgetting others.Originally posted by @infotroph in #2672
The text was updated successfully, but these errors were encountered: