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
{{ message }}
This repository was archived by the owner on Jun 4, 2025. It is now read-only.
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/WordPress-iOS-Shared/releases/tag/<version_number>)`
11
+
3. Add a new "Unreleased" section for the next iteration, by copy/pasting the following template:
12
+
13
+
## Unreleased
14
+
15
+
### Breaking Changes
16
+
17
+
_None._
18
+
19
+
### New Features
20
+
21
+
_None._
22
+
23
+
### Bug Fixes
24
+
25
+
_None._
26
+
27
+
### Internal Changes
28
+
29
+
_None._
30
+
31
+
-->
32
+
33
+
## Unreleased
34
+
35
+
### Breaking Changes
36
+
37
+
_None._
38
+
39
+
### New Features
40
+
41
+
_None._
42
+
43
+
### Bug Fixes
44
+
45
+
_None._
46
+
47
+
### Internal Changes
48
+
49
+
- Add this changelog entry about changelog itself [#317]
0 commit comments