mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
update howto.mds procedure to release
This commit is contained in:
parent
a7657883e4
commit
bbcb04b5a4
1 changed files with 7 additions and 6 deletions
13
HOWTO.md
13
HOWTO.md
|
|
@ -2,10 +2,11 @@
|
|||
## Make a release
|
||||
|
||||
1. `make test-all`
|
||||
2. merge into `stable` (from now on, proceed on branch `stable`)
|
||||
3. update version in `_oasis`
|
||||
4. `make update_next_tag` (to update `@since` comments)
|
||||
5. update `CHANGELOG.md` (see its end to find the right git command)
|
||||
6. commit, tag, and push both to github
|
||||
7. new opam package
|
||||
2. update version in `_oasis`
|
||||
3. `make update_next_tag` (to update `@since` comments)
|
||||
4. `git checkout stable`
|
||||
5. `git merge master`
|
||||
6. update `CHANGELOG.md` (see its end to find the right git command)
|
||||
7. commit, tag, and push both to github
|
||||
8. new opam package
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue