-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: insider version #1217
feat: insider version #1217
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I still need to work on the workflows... |
Nice! How are the workflows triggered to create the actual insider release? |
They will be out soon 😉 The release is controlled as for the stable version, with the cron or a manual dispatch. |
@GitMensch They are finally available at https://github.com/VSCodium/vscodium-insiders |
This PR is preparing for the insider version with few improvements:
prepare_vscode.sh
for updating theproduct.json
propertiesThe keep tracks of which commit/version the patches have been built against, the
insider.json
will be used.Fixes #148