File: HACKING.md

package info (click to toggle)
js-of-ocaml 3.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,892 kB
  • sloc: ml: 67,699; javascript: 7,673; ansic: 309; makefile: 211; sh: 58; lisp: 23; perl: 4
file content (20 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Release procedure
* Documentation
  * Make sure the doc is up to date (See Documentation generation)
  * In the wikidoc branch, copy dev to VERSION
* update VERSION
* dune-release tag $(cat VERSION)
* dune-release distrib -n js_of_ocaml
* dune-release publish distrib
* dune-release opam pkg
* dune-release opam submit

# Documentation generation
* make doc
* git checkout wikidoc && git reset --hard origin/wikidoc && git checkout master
* make installdoc
* cd _wikidoc
* git diff # review diff
* git commit -am "sync doc" && git push origin wikidoc
* cd ..
* git push origin wikidoc