From cd3905fe2b0091ad0da2cee51615416973ccb4a0 Mon Sep 17 00:00:00 2001 From: Javier Diaz Date: Fri, 28 Jan 2022 14:04:03 +0100 Subject: [PATCH 1/4] Save upload-24.svg --- icons/upload-24.svg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icons/upload-24.svg b/icons/upload-24.svg index 2972988a9..1876d6ea4 100644 --- a/icons/upload-24.svg +++ b/icons/upload-24.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + From d35333e1a38189b573906d8b52a20543cad19a8b Mon Sep 17 00:00:00 2001 From: Javier Diaz Date: Fri, 28 Jan 2022 13:04:45 +0000 Subject: [PATCH 2/4] Optimize SVGs --- icons/upload-24.svg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/icons/upload-24.svg b/icons/upload-24.svg index 1876d6ea4..961f90029 100644 --- a/icons/upload-24.svg +++ b/icons/upload-24.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file From d93a034550f18451557ed0834abb9cfd0813ff0c Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Fri, 28 Jan 2022 10:55:39 -0500 Subject: [PATCH 3/4] Create twenty-bugs-mate.md --- .changeset/twenty-bugs-mate.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/twenty-bugs-mate.md diff --git a/.changeset/twenty-bugs-mate.md b/.changeset/twenty-bugs-mate.md new file mode 100644 index 000000000..b36661d29 --- /dev/null +++ b/.changeset/twenty-bugs-mate.md @@ -0,0 +1,5 @@ +--- +"@primer/octicons": patch +--- + +Modify upload-24.svg to mirror 16px version From 4be66b6c242701d3b6baaa39815d8c75b2f37eb6 Mon Sep 17 00:00:00 2001 From: Ash Guillaume <10384315+ashygee@users.noreply.github.com> Date: Fri, 28 Jan 2022 10:58:43 -0500 Subject: [PATCH 4/4] Add note for where to commit a changeset --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6ff22f38..b1b0d6df8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,6 +99,8 @@ Releases are managed by 🦋 [Changesets](https://github.com/atlassian/changeset We have the [changeset-bot comment on new pull requests](https://github.com/changesets/bot#readme) asking contributors or maintainers to add a changeset file, which will become the markdown supported changelog entry for the change. +When creating the changeset always commit into the working branch (pull request branch), not `main`. + When a pull request is approved merge it into the `main` branch. The changeset action will then create a Release pull request that includes this new pull request. Once maintainers have agreed and are satisifed with the release. Merge the Release pull request. Changesets will then publish a new GitHub release to the repository with the changelog and new version number. A second action will be triggered by this release and publish the new versions to npm and rubygems.