nulib/README.md

441 B

nulib

Release

Exemple: release de la version 0.6.0

version=0.6.0

## branche dev74
git checkout dev74

prel -v$version

_merge82

## branche dev82
git checkout dev82

prel -C

commit="$(git log --grep="Init changelog . version ${version}p82" --format=%H)" &&
echo "commit=$commit"

git checkout dev74

git cherry-pick "$commit"
pp -a

-- coding: utf-8 mode: markdown -- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8:noeol:binary