mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
update howto
This commit is contained in:
parent
e3376bd21a
commit
178c50903a
1 changed files with 8 additions and 6 deletions
14
HOWTO.md
14
HOWTO.md
|
|
@ -4,12 +4,14 @@
|
||||||
1. `make test`
|
1. `make test`
|
||||||
2. update version in `_oasis`
|
2. update version in `_oasis`
|
||||||
3. `make update_next_tag` (to update `@since` comments; be careful not to change symlinks)
|
3. `make update_next_tag` (to update `@since` comments; be careful not to change symlinks)
|
||||||
4. update `CHANGELOG.md` (see its end to find the right git command)
|
4. check status of modules (`{b status: foo}`) and update if required;
|
||||||
5. commit the changes
|
removed deprecated functions, etc.
|
||||||
6. `git checkout stable; oasis setup`
|
5. update `CHANGELOG.md` (see its end to find the right git command)
|
||||||
7. `git merge master`
|
6. commit the changes
|
||||||
8. tag, and push both to github
|
7. `git checkout stable; oasis setup`
|
||||||
9. new opam package
|
8. `git merge master`
|
||||||
|
9. tag, and push both to github
|
||||||
|
10. new opam package
|
||||||
|
|
||||||
## List Authors
|
## List Authors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue