Skip to content

Commit

Permalink
vpro doesn't do this anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Oct 23, 2024
1 parent b3acf59 commit 3e3d4e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ jobs:
with:
global: true
name: 'github $GITHUB_ACTOR'
email: 'digitaal-techniek@vpro.nl'
email: 'git@mmprogrami.nl'
token: '${{ secrets.GITHUB_TOKEN }}'
- name: Release branch with Maven
run: |
VERSION=`mvn help:evaluate -Dexpression=project.version -q -DforceStdout`
RELEASE_VERSION=`echo $VERSION | sed -r 's/-SNAPSHOT/.0-SNAPSHOT/'`
DEVELOPMENT_VERSION=`echo $VERSION | gawk 'match($1, /([0-9]+)\.([0-9]+)([\.-])(.*)/, a) {print a[1]"."(a[2]+1)a[3]a[4]}'`
mvn -DupdateBranchVersions=true -DreleaseVersion=${RELEASE_VERSION} -DdevelopmentVersion=${DEVELOPMENT_VERSION} release:branch

0 comments on commit 3e3d4e0

Please sign in to comment.