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
I have added the new NEWS.md file and versioning tags. When adding messages to commits it will look for bulleted messages and add these to the news file and update the version in the DESCRIPTION and add a tag. This will allow us to track releases easier.
More info here.
Basically,
Make edits
Commit and use bullet points for key tasks in the commit message
run fledge::bump_version()
This will update the NEWS.md
run fledge::finalize_version(push = TRUE)
The text was updated successfully, but these errors were encountered:
I have added the new
NEWS.md
file and versioning tags. When adding messages to commits it will look for bulleted messages and add these to the news file and update the version in theDESCRIPTION
and add a tag. This will allow us to track releases easier.More info here.
Basically,
fledge::bump_version()
NEWS.md
fledge::finalize_version(push = TRUE)
The text was updated successfully, but these errors were encountered: