ajout infos release
This commit is contained in:
parent
1671354fd8
commit
d70612261d
27
README.md
Normal file
27
README.md
Normal file
@ -0,0 +1,27 @@
|
||||
# nulib
|
||||
|
||||
|
||||
## Release
|
||||
|
||||
Exemple: release de la version 0.6.0
|
||||
~~~sh
|
||||
version=0.6.0
|
||||
|
||||
# release sur la branche dev74
|
||||
prel -v$version
|
||||
|
||||
# fusionner dans dev82
|
||||
_merge82
|
||||
|
||||
# release sur la branche dev82
|
||||
git checkout dev82
|
||||
prel -C
|
||||
|
||||
# récupérer le commit de maj du changelog
|
||||
commit="$(git log --grep="Init changelog . version ${version}p82" --format=%H)"
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user