Skip to content

Commit f59758d

Browse files
committed
Fix more formatting
1 parent cd7875f commit f59758d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

release_checklist.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
## Is HEAD ready?
1515
1) Checkout master
16-
1) `make test
17-
1) `bazel test ...:all
18-
1) `mkdir build ; cd build ; cmake .. ; make ; make test
16+
1) `make test`
17+
1) `bazel test ...:all`
18+
1) `mkdir build ; cd build ; cmake .. ; make ; make test`
1919
1) modify `include/libjsonnet.h` to bump the version number but add `-pre1`
2020
1)
2121
```
@@ -33,9 +33,9 @@ find test_cmd -name '*.cpp' -o -name '*.golang' -o -name '*.stdout' -o -name '*.
3333
1) `./tests`
3434

3535
## Do release
36-
1) Remove -pre from version in include/libjsonnet.h
37-
1) Update version in CMakeLists.txt
38-
1) Update test_cmd golden file version numbers
36+
1) Remove -pre from version in `include/libjsonnet.h`
37+
1) Update version in `CMakeLists.txt`
38+
1) Update `test_cmd` golden file version numbers
3939
1) run test again!
4040
1) commit and push
4141
1) Make release in github, write release notes by checking commits since previous release

0 commit comments

Comments
 (0)