docs: Updates markdown docs to only have one h1 (#1418)

This commit is contained in:
Tim Dévé 2022-04-21 11:45:26 +01:00 committed by GitHub
parent 9d9f982ce8
commit 5d2338824b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 9 deletions

View File

@ -25,8 +25,6 @@ This document will help us rewrite Carp's dynamic evaluator (defined in Eval.hs)
<hr>
# Semantics
## Index
[TODO]

View File

@ -2,30 +2,30 @@
Do all of these things (somewhat) in order:
# 1. Update Cabal project version
## 1. Update Cabal project version
See the second line of the file [CarpHask.cabal](../CarpHask.cabal).
# 2. Update the "Welcome to Carp X.Y.Z" REPL message
## 2. Update the "Welcome to Carp X.Y.Z" REPL message
See [Main.hs](../App/Main.hs).
# 3. Update the blurb in README.md
## 3. Update the blurb in README.md
See [README.md](../README.md)
# 4. Update the changelog
## 4. Update the changelog
See [CHANGELOG.md](../CHANGELOG.md)
# 5. Make a commit on master
## 5. Make a commit on master
```bash
$ git add .
$ git commit -m "build: Release X.Y.Z"
```
# 6. Tag the commit and push it
## 6. Tag the commit and push it
```bash
$ git tag vX.Y.Z

View File

@ -6,7 +6,7 @@
## Emacs
[https://github.com/carp-lang/carp-emacs](https://github.com/carp-lang/carp-emacs)
# Atom
## Atom
[language-carp](https://atom.io/packages/language-carp) offers highlight with both TextMate and Tree-sitter, where tree-sitter grammar is more powerful.
## Other editors