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

Commit 1556d10

Browse files
authored
Add CHANGELOG.md (#396)
2 parents e496c13 + f616da5 commit 1556d10

File tree

3 files changed

+57
-6
lines changed

3 files changed

+57
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nodes with values to reuse in the pipeline.
22
common_params:
33
plugins: &common_plugins
4-
- &bash_cache automattic/bash-cache#2.8.0
4+
- &bash_cache automattic/bash-cache#2.9.0
55
# Common environment values to use with the `env` key.
66
env: &common_env
77
IMAGE_ID: xcode-14

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ Fixes #
22

33
To test:
44

5+
---
6+
7+
- [ ] I have considered if this change warrants release notes and have added them to the appropriate section in the `CHANGELOG.md` if necessary.

CHANGELOG.md

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
1-
# Change Log
2-
All notable changes to this project will be documented in this file.
3-
`WPMediaPicker` adheres to [Semantic Versioning](http://semver.org/).
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/MediaPicker-iOS/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 file [#396]
50+
51+
_Versions below this precede the Keep a Changelog-inspired formatting._
452

553
---
654
## [1.8.5](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.8.5)
@@ -70,7 +118,7 @@ Released on 2019-04-24. All issues associated with this milestone can be found u
70118
Released on 2018-06-21. All issues associated with this milestone can be found using this [filter](https://github.com/wordpress-mobile/MediaPicker-iOS/pulls?utf8=✓&q=is%3Apr%20is%3Aclosed%20milestone%3A1.3).
71119

72120
### Fixed
73-
- Check for nil for empty View Controller. #304
121+
- Check for nil for empty View Controller. #304
74122

75123
---
76124
## [1.2](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.2)
@@ -83,7 +131,7 @@ Released on 2018-06-21. All issues associated with this milestone can be found u
83131
---
84132
## [1.1](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.1)
85133
Released on 2018-06-21. All issues associated with this milestone can be found using this [filter](https://github.com/wordpress-mobile/MediaPicker-iOS/pulls?utf8=✓&q=is%3Apr%20is%3Aclosed%20milestone%3A1.1).
86-
134+
87135
### Added
88136
- Added the possibility to configure a badge on the top left of the media cells. Good to display extra info about the media object. #295 #296 #299
89137
- It's now possible to configure the display of the each media on the carrousel view. #300

0 commit comments

Comments
 (0)