Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 423 Bytes

DELIVERY.md

File metadata and controls

33 lines (25 loc) · 423 Bytes

Installation Guide

Here is the following procedure to deliver new version of ff4j.

  • First be sure to be update to date with GITHUB
git status
git pull
  • If a git TAG is already created
git tag -d 1.7.1
git push origin
  • Start git agent (Windows)
eval `ssh-agent.exe`
cd
cd .ssh
ssh-add github
ssh-add -l
ff4j
  • Start
mvn clean release:prepare release:perform