Skip to content
New issue

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

Release calypso 0.1.0 #35

Closed
17 tasks done
milanmlft opened this issue Aug 22, 2024 · 1 comment
Closed
17 tasks done

Release calypso 0.1.0 #35

milanmlft opened this issue Aug 22, 2024 · 1 comment
Assignees
Labels

Comments

@milanmlft
Copy link
Member

milanmlft commented Aug 22, 2024

First release:

  • Update NEWS.md
  • Update (aspirational) install instructions in README
  • Proofread Title: and Description:
  • Check that all exported functions have @return and @examples
  • Update Authors@R:

Prepare for release:

  • git pull
  • usethis::use_github_links()
  • urlchecker::url_check()
  • devtools::check(remote = TRUE, manual = TRUE)
  • git push

Release:

  • usethis::use_version('minor')
  • Update version in inst/golem-config.yml
  • pkgbuild::build(path = ".", dest_path = "deploy")
  • renv::snapshot(project = ".", lockfile = "./deploy/renv.lock.prod", type = "explicit")
  • Clean up README.md
  • usethis::use_github_release()
  • usethis::use_dev_version(push = TRUE)
Copy link

linear bot commented Aug 22, 2024

SAF-657 Release calypso 0.1.0

First release:

  • usethis::use_cran_comments()
  • Update (aspirational) install instructions in README
  • Proofread Title: and Description:
  • Check that all exported functions have @return and @examples
  • Check that Authors@R: includes a copyright holder (role 'cph')
  • Check licensing of included files
  • Review

Prepare for release:

  • git pull
  • usethis::use_github_links()
  • urlchecker::url_check()
  • devtools::check(remote = TRUE, manual = TRUE)
  • devtools::check_win_devel()
  • git push
  • Draft blog post

Submit to CRAN:

  • usethis::use_version('minor')
  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • Finish & publish blog post
  • Add link to blog post in pkgdown news menu
  • usethis::use_github_release()
  • usethis::use_dev_version(push = TRUE)
  • Share on social media

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant