This repository has been archived by the owner on Dec 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Nightly releases #1834
Open
4e6
wants to merge
34
commits into
develop
Choose a base branch
from
wip/db/nightly-release
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Nightly releases #1834
Conversation
This file contains 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
This reverts commit 3ab4b22c770410d5573eb4c0a56b4e55d65c9785.
4e6
added
Priority: Medium
Should be a complement for some iteration
Type: Enhancement
An enhancement to the current state of Enso IDE
Category: Build System
The build scripts and CI.
labels
Sep 9, 2021
Note that the engine version also needs to be updated in |
Ok, I can fix #1359 as well. Is there a way I can embed the JSON file during the Rust compilation? |
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
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Category: Build System
The build scripts and CI.
Priority: Medium
Should be a complement for some iteration
Type: Enhancement
An enhancement to the current state of Enso IDE
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.md
and 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.md
was updated with the changes introduced in this PR.