-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update moc to 0.13.7 * add markup to `MAINTENANCE.md` * Update MAINTENANCE.md * Update MAINTENANCE.md * Update MAINTENANCE.md --------- Co-authored-by: Gabor Greif <[email protected]>
- Loading branch information
Showing
6 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
# Updating motoko content | ||
# Updating Motoko content | ||
|
||
``` | ||
cd portal/ | ||
git submodule update --init # if necessary | ||
cd submodules/motoko | ||
git checkout 0.7.6 #or whatever new tag you desire | ||
cd ../.. | ||
git add submodules/motoko # add the change to the submodule | ||
``` | ||
Now replace `static/moc-interpreter-0.13.6.js` with `static/moc_interpreter-0.13.7.js`, downloaded from Motoko release page. It would be better if this wasn't checked in, but, for now, it is. | ||
|
||
Now replace static/moc-interpreter-0.7.3.js with static/moc_interpreter-0.7.6.js, downloaded from motoko release page. It would be better if this wasn't checked in, but, for now, it is. | ||
|
||
Edit static/load_moc.ts to use the correct version of the interpreter and base libs. | ||
|
||
Finally, edit docs/motoko/version.md to report the current version of motoko. | ||
Edit `static/load_moc.ts` to use the correct version of the interpreter and base libs. | ||
|
||
Finally, edit `docs/motoko/version.md` to report the current version of Motoko. | ||
``` | ||
git add -u | ||
git commit -m "updating motoko doc" | ||
git commit -m "chore: updating motoko doc" | ||
git push | ||
|
||
``` |
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 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 file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule motoko
updated
3 files
+1 −1 | Changelog.md | |
+2 −1 | doc/docusaurus/src/theme/CodeBlock/hljs_run.js | |
+2 −0 | emacs/motoko-mode.el |