Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
add bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
dohan committed Apr 27, 2017
1 parent 3e87096 commit d866e37
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[bumpversion]
current_version = 2.9.4-SNAPSHOT
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>\w+))?
commit = False
patch = True
tag = False
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:file:build.gradle]

[bumpversion:file:README.md]

[bumpversion:file:src/main/resources/main.properties]

[bumpversion:file:sonar-project.properties]

[bumpversion:part:release]
values =
SNAPSHOT
RC
optional_value = RC
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ sonar.sources=.

sonar.projectKey=probparsers
sonar.projectName=probparsers
sonar.projectVersion=2.0.3-SNAPSHOT
sonar.projectVersion=2.9.4-SNAPSHOT

sonar.exclusions=**/gradle/wrapper/*,**/build/**/*

0 comments on commit d866e37

Please sign in to comment.