-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Automated Releases] Add logging and dry run to release script #2986
Merged
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
acywatson
requested review from
trueadm,
zurfyx,
fantactuka,
tylerjbainbridge and
thegreatercurve
as code owners
September 10, 2022 03:25
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Sep 10, 2022
fantactuka
approved these changes
Sep 12, 2022
tylerjbainbridge
approved these changes
Sep 12, 2022
acywatson
added a commit
that referenced
this pull request
Sep 13, 2022
* fix (#2956) * Add table cell menu back (#2958) * fix (#2957) * fix typo on read-mode / edit-mode page (#2962) Co-authored-by: Christian Ratz <[email protected]> * Fix link breaking when formatting on (#2954) * Fix link breaking when formatting on * nodeFormat to const * retry checks * allow escaped markdown within TextFormatTransformer (#2964) Co-authored-by: Christian Ratz <[email protected]> * Fix bugs with isEditable (#2967) * Fix bugs with isEditable * Revise * Add empty comment in front of 'export' in a bundled file (#2970) * Automated releases (#2949) * change to using package.json in root as pinned version * wip automated release workflow with manual triggerl * change release script * Fix build script * checkout new branch * release on push to next * no accidental releases * release on push to latest * fix yaml * fix yaml * fix yaml * remove unnecessary * remove unnecessary * prettier * Update collab errors, related cleanup (#2971) * install (#2972) * Improve docs around the React plugins page (#2976) * Improve docs around the React plugins page * Improve docs around the React plugins page * config (#2977) * Clean up redundant newlines during pasting (#2969) * Cleanup newlines unless its preformatted element * Update docs * push config (#2979) * add ssh key * add back config * merge from main * merge from main * fix versioning for ff merge (#2983) * remove ff merge from release (#2984) * Fixed exportDOM for paragraph node (#2981) * export DOM for paragraph node * Fixed export DOM for paragraph node * docs: Fix URL of rich-text and plain-text (#2985) * docs: loadContent clarification (#2989) * Fix insert column header bug (#2995) * Fix WWW import rewrite for React (#2996) * bad toc types * fix react rename * Fix www exports (#2994) * [Automated Releases] Add logging and dry run to release script (#2986) * add logs to release script * add dry run to release script * adjust dry run script * add tag * dont paginate changelog output * auto-update changelog * fix changelog * fix import * async * cleanup * fix * fix * Add DEPRECATED prefix to Grid APIs (#2966) * Rm unused helpers from older markdown code (#2998) * ElementNode -> isTopLevel() (#3001) * Capture pendingDecorators after garbage collecting detached decorators (#2999) * v0.4.2-next.0 Co-authored-by: Tyler Bainbridge <[email protected]> Co-authored-by: Christian Ratz <[email protected]> Co-authored-by: Christian Ratz <[email protected]> Co-authored-by: Patrick McCullough <[email protected]> Co-authored-by: Dominic Gannaway <[email protected]> Co-authored-by: Maksim Horbachevsky <[email protected]> Co-authored-by: Hafiz <[email protected]> Co-authored-by: kimulaco <[email protected]> Co-authored-by: ly3xqhl8g9 <[email protected]> Co-authored-by: Gerard Rovira <[email protected]> Co-authored-by: Adrien Wald <[email protected]> Co-authored-by: Lexical GitHub Actions Bot <>
Merged
acywatson
added a commit
that referenced
this pull request
Oct 18, 2022
* add logs to release script * add dry run to release script * adjust dry run script * add tag * dont paginate changelog output * auto-update changelog * fix changelog * fix import * async * cleanup * fix * fix
thegreatercurve
pushed a commit
that referenced
this pull request
Nov 25, 2022
* add logs to release script * add dry run to release script * adjust dry run script * add tag * dont paginate changelog output * auto-update changelog * fix changelog * fix import * async * cleanup * fix * fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
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.
This adds some logging and optional dry-run argument to the release script.
The workflow to create a release branch now works. The next step is to run this workflow, which kicks off whenever we push to latest or next. In that case, it runs the release build and releases on the appropriate channel. dry-run mode is controlled by a github secret and these branches are protected (like main) such that they can only be touched via PR.
After this is approved, I'll try releasing to the "next" branch, first as a dry run, then live, to see if it all works (including npm auth). "latest" is our stable branch and we won't touch that until we're sure next has been working well for a while.