replace NEXT_BUILD_ID with OPEN_NEXT_BUILD_ID#1208
Conversation
🦋 Changeset detectedLatest commit: 062514a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
|
@edmundhung @james-elicx is this the fix for opennextjs/opennextjs-aws#1136 and #1183 respectively? Does it require any changes on the user's side or will |
|
I believe some of the patches might need updating as well |
Do you have anything specific in mind ? FYI I have just created a PR to aws and have further local commits that I will push after AWS is released but no update to patches yet. Thanks |
I'm assuming these parts would want to reference the new variable: |
I believe not, this is Next code and behavior should not be altered. |
|
@conico974 @edmundhung @james-elicx Could you please take a quick look at the PR. IMO it's good to go (I'll release AWS and use that after the changes here are validated). |
Yeah we don't want to modify that, that's also why I named the new env |
|
Thanks for the reviews @conico974 and @james-elicx ! |
vicb
left a comment
There was a problem hiding this comment.
Thanks for the PR @edmundhung !
This matches the changes in opennextjs/opennextjs-aws#1144 to deprecate the
NEXT_BUILD_IDenvironment variable in favor ofOPEN_NEXT_BUILD_ID.