We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello @dfalbel
This is an example of the task list out of usethis::use_release_issue() when package has a translation. I've proposed r-lib/usethis#2099 for that.
usethis::use_release_issue()
What is your view on the first 3 tasks group of the list ? Are they explicit and clear enough ?
Or shall it be just part of the "Prepare for release:" list like in #166 ? Let me know.
Update messages translation
po/R-tabnet.pot
potools::po_update()
.po
potools::po_compile()
Prepare for release:
git pull
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
cran-comments.md
git push
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)
The text was updated successfully, but these errors were encountered:
I like this! Seems reasonable to me having translation related items in a separate block!
Sorry, something went wrong.
dfalbel
No branches or pull requests
Hello @dfalbel
This is an example of the task list out of
usethis::use_release_issue()
when package has a translation. I've proposed r-lib/usethis#2099 for that.What is your view on the first 3 tasks group of the list ? Are they explicit and clear enough ?
Or shall it be just part of the "Prepare for release:" list like in #166 ?
Let me know.
Update messages translation
po/R-tabnet.pot
file withpotools::po_update()
.po
filespotools::po_compile()
Prepare for release:
git pull
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
cran-comments.md
git push
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)
The text was updated successfully, but these errors were encountered: