Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 92f5478

Browse files
committed
Remove links from version headers in CHANGELOG.md
This simplifies the format of the raw document to avoid after-the-fact fixes because someone forgot the link or because of copy-pasta.
1 parent 66d4f5a commit 92f5478

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format of this document is inspired by [Keep a Changelog](https://keepachang
77
When releasing a new version:
88
99
1. Remove any empty section (those with `_None._`)
10-
2. Update the `## Unreleased` header to `## [<version_number>](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/<version_number>)`
10+
2. Update the `## Unreleased` header to `## <version_number>`
1111
3. Add a new "Unreleased" section for the next iteration, by copy/pasting the following template:
1212
1313
## Unreleased
@@ -48,19 +48,19 @@ _None._
4848

4949
_None._
5050

51-
## [5.3.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/5.3.0)
51+
## 5.3.0
5252

5353
### New Features
5454

5555
- Add new config to remove XMLRPC check for site address login [#736]
5656

57-
## [5.2.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/5.2.0)
57+
## 5.2.0
5858

5959
### Internal Changes
6060

6161
- Change minimum version of WordPressKit to 6.0.
6262

63-
## [5.1.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/5.1.0)
63+
## 5.1.0
6464

6565
### New Features
6666

@@ -71,26 +71,26 @@ _None._
7171
- Fix unresponsive issue in Onboading Questions screen. [#719]
7272
- Use configuration flag to log custom `step` event for `GetStartedViewController`. [#724]
7373

74-
## [5.0.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/5.0.0)
74+
## 5.0.0
7575

7676
### Breaking Changes
7777

7878
- Remove CocoaLumberjack. Use `WPAuthenticatorSetLoggingDelegate` to assign a logger to this library. [#708]
7979

80-
## [4.3.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/4.3.0)
80+
## 4.3.0
8181

8282
### New Features
8383

8484
- Make XMLRPC URL optional when verifying WP.com email [#711]
8585
- A new config is added to skip the XMLRPC check for the site discovery flow [#711]
8686

87-
## [4.2.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/4.2.0)
87+
## 4.2.0
8888

8989
### New Features
9090

9191
- New tracking event for XMLRPC related failure. by @selanthiraiyan [#701]
9292

93-
## [4.1.1](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/4.1.1)
93+
## 4.1.1
9494

9595
### New Features
9696

@@ -101,7 +101,7 @@ _None._
101101

102102
- There have been [new changes to how `UIPasteboard` works](https://sarunw.com/posts/uipasteboard-privacy-change-ios16/) in iOS 16.0. This makes the unit tests from `PasteboardTests` fail. I have [skipped those tests for iOS 16.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/pull/695/files#diff-ba468f6db6f592cdacdb632f7783a721c5eb856e8ab66765e8e59aabc2c1a7b4R13-R16) and created a GH issue [here](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/issues/696) to keep track of this. by @selanthiraiyan [#695]
103103

104-
## [4.0.0](https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/releases/tag/4.0.0)
104+
## 4.0.0
105105

106106
### Breaking Changes
107107

0 commit comments

Comments
 (0)