-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- Check if the PR created in GeneralRegistries passes the tests. If it does, it will be merged after 15 minutes.
- Once merged, in order to tag the version and create the GH Release, Tagger CI job can be manually run: https://github.com/AlexS12/FlightMechanicsUtils.jl/actions/workflows/TagBot.yml