Skip to content
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.

!! Il n'est plus recommandé d'utiliser esup-commons pour les nouveaux projets !!

Notifications You must be signed in to change notification settings

EsupPortail/esup-commons-core

Repository files navigation

===== Create a release =====

You must have a local master branch. If needed : git checkout -b master origin/master

export VERSION=0.3.1
git checkout -b release-$VERSION develop
mvn release:prepare
mvn release:perform
git checkout develop
git merge --no-ff release-$VERSION
git branch -d release-$VERSION
git push origin develop
#we need to suppress remote branch created by mvn release:prepare
git push origin :release-$VERSION 
git checkout master
git merge --no-ff V2-$VERSION
git push origin master

About

!! Il n'est plus recommandé d'utiliser esup-commons pour les nouveaux projets !!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages