File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ This document will help us rewrite Carp's dynamic evaluator (defined in Eval.hs)
2525
2626<hr >
2727
28- # Semantics
29-
3028## Index
3129[ TODO]
3230
Original file line number Diff line number Diff line change 22
33Do all of these things (somewhat) in order:
44
5- # 1. Update Cabal project version
5+ ## 1. Update Cabal project version
66
77See the second line of the file [ CarpHask.cabal] ( ../CarpHask.cabal ) .
88
9- # 2. Update the "Welcome to Carp X.Y.Z" REPL message
9+ ## 2. Update the "Welcome to Carp X.Y.Z" REPL message
1010
1111See [ Main.hs] ( ../App/Main.hs ) .
1212
13- # 3. Update the blurb in README.md
13+ ## 3. Update the blurb in README.md
1414
1515See [ README.md] ( ../README.md )
1616
17- # 4. Update the changelog
17+ ## 4. Update the changelog
1818
1919See [ CHANGELOG.md] ( ../CHANGELOG.md )
2020
21- # 5. Make a commit on master
21+ ## 5. Make a commit on master
2222
2323``` bash
2424$ git add .
2525$ git commit -m " build: Release X.Y.Z"
2626```
2727
28- # 6. Tag the commit and push it
28+ ## 6. Tag the commit and push it
2929
3030``` bash
3131$ git tag vX.Y.Z
Original file line number Diff line number Diff line change 66## Emacs
77[ https://github.com/carp-lang/carp-emacs ] ( https://github.com/carp-lang/carp-emacs )
88
9- # Atom
9+ ## Atom
1010[ language-carp] ( https://atom.io/packages/language-carp ) offers highlight with both TextMate and Tree-sitter, where tree-sitter grammar is more powerful.
1111
1212## Other editors
You can’t perform that action at this time.
0 commit comments