Skip to content

Commit

Permalink
add release todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 27, 2024
1 parent 2b93e55 commit 405147d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Makefile.source.mjs
Expand Up @@ -450,12 +450,13 @@ target["bootstrap-flow"] = function () {

target["new-version-checklist"] = function () {
// eslint-disable-next-line no-constant-condition
if (0) {
if (1) {
console.log(
`
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!! !!!!!!
Update minVersion in packages/babel-helpers/src/helpers/applyDecs2311.ts
!!!!!! Write any important message here, and change the !!!!!!
!!!!!! if (0) above to if (1) !!!!!!
!!!!!! !!!!!!
Expand Down

0 comments on commit 405147d

Please sign in to comment.