Skip to content
Compare
Choose a tag to compare
@codecademydev 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.

  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)
  2. Auto handles canary releases (alphas), and adds the versions to the PR description automatically.
  3. We can let people merge their own PRs, since auto handles generating the changelogs from the PR descriptions.
  4. We can add required checks that actually work, now that we don't need to automate merging.
  5. 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

⚠️ Pushed to main

🏠 Internal

Authors: 1