|
| 1 | +# (Thu May 11 2023) |
| 2 | + |
| 3 | +### Release Notes |
| 4 | + |
| 5 | +#### bump babel-plugin-react-anonymous-display-name ([#71](https://github.com/Codecademy/client-modules/pull/71)) |
| 6 | + |
| 7 | +updates `babel-plugin-react-anonymous-display-name` dependency |
| 8 | + |
| 9 | +### PR Checklist |
| 10 | + |
| 11 | +- [ ] Related to JIRA ticket: ABC-123 |
| 12 | +- [ ] I have run this code to verify it works |
| 13 | +- [ ] This PR includes unit tests for the code change |
| 14 | + |
| 15 | +<!-- |
| 16 | +Merging your changes |
| 17 | +
|
| 18 | +The "Release Notes" section of the PR description is what will be used in the changelog. Please make sure it describes the changes in a way that is useful to the end users. |
| 19 | +
|
| 20 | +Add the correct `releases/*` label to the PR. If you are unsure which label to use, please refer to the README or ask a Web Platform engineer. |
| 21 | +
|
| 22 | +--> |
| 23 | + |
| 24 | +#### Delete dependabot.yml ([#69](https://github.com/Codecademy/client-modules/pull/69)) |
| 25 | + |
| 26 | +Remove dependabot config, only allow security PRs. |
| 27 | + |
| 28 | +### PR Checklist |
| 29 | + |
| 30 | +- [ ] Related to JIRA ticket: ABC-123 |
| 31 | +- [ ] I have run this code to verify it works |
| 32 | +- [ ] This PR includes unit tests for the code change |
| 33 | + |
| 34 | +<!-- |
| 35 | +Merging your changes |
| 36 | +
|
| 37 | +The "Release Notes" section of the PR description is what will be used in the changelog. Please make sure it describes the changes in a way that is useful to the end users. |
| 38 | +
|
| 39 | +Add the correct `releases/*` label to the PR. If you are unsure which label to use, please refer to the README or ask a Web Platform engineer. |
| 40 | +
|
| 41 | +--> |
| 42 | + |
| 43 | +#### use auto for simpler lerna publishing ([#61](https://github.com/Codecademy/client-modules/pull/61)) |
| 44 | + |
| 45 | +Utilizes [Auto](https://intuit.github.io/auto/index) to handle versioning/publishing (which uses lerna under the hood). This simplifies a ton of stuff. |
| 46 | + |
| 47 | +1. We don't need to deal with any conventional commits stuff, the version is selected using labels (the labels are already there if you want to check them) |
| 48 | +2. Auto handles canary releases (alphas), and adds the versions to the PR description automatically. |
| 49 | +3. We can let people merge their own PRs, since `auto` handles generating the changelogs from the PR descriptions. |
| 50 | +4. We can add required checks that actually work, now that we don't need to automate merging. |
| 51 | +5. We can easily replicate this process across all of our repos that do publishing |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +#### 🐛 Bug Fix |
| 56 | + |
| 57 | + |
| 58 | + - bump babel-plugin-react-anonymous-display-name [#71](https://github.com/Codecademy/client-modules/pull/71) ([@jakemhiller](https://github.com/jakemhiller)) |
| 59 | + |
| 60 | +#### ⚠️ Pushed to `main` |
| 61 | + |
| 62 | +- Update dependabot.yml ([@jakemhiller](https://github.com/jakemhiller)) |
| 63 | +- add statuses permission ([@jakemhiller](https://github.com/jakemhiller)) |
| 64 | +- add checks permissions ([@jakemhiller](https://github.com/jakemhiller)) |
| 65 | +- fix workflow issue ([@jakemhiller](https://github.com/jakemhiller)) |
| 66 | +- update dependabot token ([@jakemhiller](https://github.com/jakemhiller)) |
| 67 | + |
| 68 | +#### 🏠 Internal |
| 69 | + |
| 70 | +- Revert "Delete dependabot.yml" [#70](https://github.com/Codecademy/client-modules/pull/70) ([@jakemhiller](https://github.com/jakemhiller)) |
| 71 | +- Delete dependabot.yml [#69](https://github.com/Codecademy/client-modules/pull/69) ([@jakemhiller](https://github.com/jakemhiller)) |
| 72 | +- use auto for simpler lerna publishing [#61](https://github.com/Codecademy/client-modules/pull/61) ([@jakemhiller](https://github.com/jakemhiller)) |
| 73 | + |
| 74 | +#### Authors: 1 |
| 75 | + |
| 76 | +- Jake Hiller ([@jakemhiller](https://github.com/jakemhiller)) |
0 commit comments