From 890150050e49147f41c0932c13c12832a004cdf8 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 20 Oct 2022 05:32:08 +1100 Subject: [PATCH 1/4] Add `CHANGELOG.md` --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dc34d23 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,49 @@ +# Changelog + +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). + + + +## Unreleased + +### Breaking Changes + +_None._ + +### New Features + +_None._ + +### Bug Fixes + +_None._ + +### Internal Changes + +_None._ From 8e994867ad5c0add3b7312165f4e2e29513f2610 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 20 Oct 2022 05:36:36 +1100 Subject: [PATCH 2/4] Add changelog entry about changelog itself --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc34d23..b6a7b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,4 +46,4 @@ _None._ ### Internal Changes -_None._ +- Add this changelog file [#34] From 517b7eba52b800452bddee89794e3b57df37685e Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 20 Oct 2022 05:37:48 +1100 Subject: [PATCH 3/4] Update `PULL_REQUEST_TEMPLATE.md` to mention `CHANGELOG.md` --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a6e0d83..75ffdd9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,8 +2,10 @@ Fixes # To test: +--- + PR submission checklist: - [ ] I have considered adding unit tests where possible. - [ ] I have considered adding accessibility improvements for my changes. -- [ ] I have considered if this change warrants user-facing release notes and have added them to `RELEASE-NOTES.txt` if necessary. +- [ ] I have considered if this change warrants release notes and have added them to the appropriate section in the `CHANGELOG.md` if necessary. From 10735d9c81c3be11cc1ff28aa689d9c18cf6e486 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 20 Oct 2022 14:00:31 +1100 Subject: [PATCH 4/4] Updated bash-cache to version 2.9.0 to address Bunder issue in CI See https://buildkite.com/automattic/mediaeditor-ios/builds/23 --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 36a48d7..9e07b27 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,7 +1,7 @@ # Nodes with values to reuse in the pipeline. common_params: plugins: &common_plugins - - &bash_cache automattic/bash-cache#2.8.0 + - &bash_cache automattic/bash-cache#2.9.0 # Common environment values to use with the `env` key. env: &common_env IMAGE_ID: xcode-14