This repository was archived by the owner on Dec 28, 2021. It is now read-only.
Open
Conversation
This reverts commit 3ab4b22c770410d5573eb4c0a56b4e55d65c9785.
Contributor
|
Note that the engine version also needs to be updated in |
Contributor
Author
Ok, I can fix #1359 as well. Is there a way I can embed the JSON file during the Rust compilation? |
Contributor
I think fixing #1359 is a prerequisite for making automated updates of the engine version work. You can embed the string with this: https://doc.rust-lang.org/std/macro.include_str.html
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
Implements the nightly releases. You can see an example release in the ide-staging repo.
The build works as follows:
CHANGELOG.mdand the latest nightly engine version in theconfig.json.NIGHTLIES_TO_KEEP(20) nightly buildsImportant Notes
Checklist
Please include the following checklist in your PR:
CHANGELOG.mdwas updated with the changes introduced in this PR.