Skip to content

Release a new version

Álex Sáez edited this page Mar 24, 2021 · 4 revisions
  • Create a new branch release_vX.X.X
  • Update project.toml with new version number.
  • Update whatsnew section in doc.
    • Ensure that it contains new features, bugs, enhancements...
    • Update the version number to match the one in project.toml
  • Create a PR and tag it with changelog skip label.
  • Once it is merged, comment the last commit with:
@JuliaRegistrator register branch=main

Release notes:

Check [whatsnew](https://alexs12.github.io/FlightMechanicsUtils.jl/dev/#What's-new) doc section for more information.
Clone this wiki locally