Skip to content

Files

Latest commit

 

History

History
26 lines (23 loc) · 467 Bytes

example-maven.md

File metadata and controls

26 lines (23 loc) · 467 Bytes

Configuration - Example 'Maven'

Structure

   |
   * master [1.4.0.0]
   |\
   | * feat/myfeature1 [1.4.0-SNAPSHOT]
   | |
   | * feat/myfeature1 [1.4.0-SNAPSHOT]
   |/
   * master [1.3.4.0]
   |

semanticversion.yaml

strategy: LATEST
branches:
  - branch_pattern: 'master'
    release_channel: 'FINAL'
    version_pattern: '{major}.{minor}.{patch}.{build}
  
  - branch_pattern: 'feat.*'
    version_pattern: '{major}.{minor}.{patch}-SNAPSHOT