mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
648 B
648 B
Make a release
make test- update version in
_oasis make update_next_tag(to update@sincecomments; be careful not to change symlinks)- check status of modules (
{b status: foo}) and update if required; removed deprecated functions, etc. - update
CHANGELOG.md(see its end to find the right git command) - commit the changes
git checkout stable; oasis setupgit merge master- tag, and push both to github
- new opam package
List Authors
git log --format='%aN' | sort -u
Subtree
If gen is this remote:
git subtree pull --prefix gen gen master --squash