Quantcast
Viewing all articles
Browse latest Browse all 5189

Automating Your Java Project Workflow with a Modified Gitflow Branching Model

Image may be NSFW.
Clik here to view.

release-build: stage: build script: - mvn versions:set -DnewVersion=${CI_COMMIT_REF_NAME}-SNAPSHOT # now commit the version to the release branch - git add . - git commit -m "create snapshot [ci skip] ...

Viewing all articles
Browse latest Browse all 5189

Trending Articles