codecademydev
released this
11 May 14:12
·
16 commits
to main
since this release
Release Notes
Delete dependabot.yml (#69)
Remove dependabot config, only allow security PRs.
PR Checklist
- Related to JIRA ticket: ABC-123
- I have run this code to verify it works
- This PR includes unit tests for the code change
use auto for simpler lerna publishing (#61)
Utilizes Auto to handle versioning/publishing (which uses lerna under the hood). This simplifies a ton of stuff.
- 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)
- Auto handles canary releases (alphas), and adds the versions to the PR description automatically.
- We can let people merge their own PRs, since
auto
handles generating the changelogs from the PR descriptions. - We can add required checks that actually work, now that we don't need to automate merging.
- We can easily replicate this process across all of our repos that do publishing
bump babel-plugin-react-anonymous-display-name (#71)
updates babel-plugin-react-anonymous-display-name
dependency
PR Checklist
- Related to JIRA ticket: ABC-123
- I have run this code to verify it works
- This PR includes unit tests for the code change
🐛 Bug Fix
- bump babel-plugin-react-anonymous-display-name #71 (@jakemhiller)
⚠️ Pushed to main
- Update dependabot.yml (@jakemhiller)
- add statuses permission (@jakemhiller)
- add checks permissions (@jakemhiller)
- fix workflow issue (@jakemhiller)
- update dependabot token (@jakemhiller)
🏠 Internal
- Revert "Delete dependabot.yml" #70 (@jakemhiller)
- Delete dependabot.yml #69 (@jakemhiller)
- use auto for simpler lerna publishing #61 (@jakemhiller)
Authors: 1
- Jake Hiller (@jakemhiller)