Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bmunkholm committed Oct 2, 2018
1 parent 44f5b04 commit 345b8f7
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1429,19 +1429,23 @@ EOF

"add-empty-changelog")
empty_section=$(cat <<EOS
x.x.x Release notes (yyyy-MM-dd)
x.y.z Release notes (yyyy-MM-dd)
=============================================================
### Breaking Changes
## Enhancements
* None.
### Enhancements
### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* None.
### Bugfixes
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
### Compatibility
* File format: ver. 7 (upgrades automatically from previous formats)
* Realm Object Server: 3.0.0 or later.
* APIs are backwards compatible with all previous releases in the 3.x.y series.
### Internal
* None.
EOS)
changelog=$(cat CHANGELOG.md)
Expand Down

0 comments on commit 345b8f7

Please sign in to comment.