Update changelog-header.sh
This commit is contained in:
parent
abe4afe78a
commit
5c04d50191
|
@ -6,13 +6,18 @@ set -o pipefail
|
|||
CHANGELOG=$(cat <<EOF
|
||||
x.x.x Release notes (yyyy-MM-dd)
|
||||
=============================================================
|
||||
### Breaking changes
|
||||
## Enhancements
|
||||
* None
|
||||
|
||||
### Enhancements
|
||||
### Fixes
|
||||
* None
|
||||
|
||||
### Bugfixes
|
||||
### Compatibility
|
||||
* File format: ver. 7 (upgrades automatically from previous formats)
|
||||
* Realm Object Server: 3.11.0 or later.
|
||||
* APIs are backwards compatible with all previous release of realm in the 2.x.y series.
|
||||
|
||||
### Internal
|
||||
* None
|
||||
|
||||
$(cat CHANGELOG.md)
|
||||
|
|
Loading…
Reference in New Issue