This works:
@JuliaRegistrator register
Release notes:
### Changed
- BREAKING: rename `init_sim!` to `init!`
- removed the parameter `upwind_dir!` from `init!`; use set.upwind_dir instead. Careful: This is in degrees.
- the function `init!` accepts (and ignores) the parameters `delta` and `stiffness_factor` if applied to a
SymbolicAWEModel
- bump `KiteUtils.jl` to v0.10.15
- bump `AtmosphericModels` to v0.3.0, the first version that supports turbulent wind fields
### Added
- add the test script test_interface.jl
- add the field `integrator` to KPS4 and KPS3 structs
Differences:
- a column after the text
Release notes - using a hypen (-) instead of star for the enumeration
- using the word
BREAKING:to indicate the braking change - using captions like
### Changedand### Added