You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+74Lines changed: 74 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,77 @@
1
+
# Changelog
2
+
3
+
The format of this document is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
+
5
+
<!-- This is a comment, you won't see it when GitHub renders the Markdown file.
6
+
7
+
When releasing a new version:
8
+
9
+
1. Remove any empty section (those with `_None._`)
10
+
2. Update the `## Unreleased` header to `## [<version_number>](https://github.com/wordpress-mobile/AztecEditor-iOS/releases/tag/<version_number>)`
11
+
3. Add a new "Unreleased" section for the next iteration, by copy/pasting the following template:
0 commit comments