Examples of releaseStart()


Examples of com.atlassian.jgitflow.core.JGitFlow.releaseStart()

        //create a new file
        File junk2File = new File(git.getRepository().getWorkTree(), "junk2.txt");
        FileUtils.writeStringToFile(junk2File, "I am junk 2");
       
        flow.releaseStart("1.0").setAllowUntracked(true).call();

    }

    @Test
    public void startReleaseFromSpecificCommit() throws Exception
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.