File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313
1414## Is HEAD ready?
15151 ) 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 `
19191 ) modify ` include/libjsonnet.h ` to bump the version number but add ` -pre1 `
20201 )
2121```
@@ -33,9 +33,9 @@ find test_cmd -name '*.cpp' -o -name '*.golang' -o -name '*.stdout' -o -name '*.
33331 ) ` ./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
39391 ) run test again!
40401 ) commit and push
41411 ) Make release in github, write release notes by checking commits since previous release
You can’t perform that action at this time.
0 commit comments