Quantcast
Channel: GIT ADD - News RSS Feed
Viewing all articles
Browse latest Browse all 5189

Automating Your Java Project Workflow with a Modified Gitflow Branching Model

$
0
0

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