Skip to content

Commit 4cbe005

Browse files
authored
Merge pull request #14 from rhafer/bumpversion
Set username and email when tagging
2 parents 5daab77 + ac4b807 commit 4cbe005

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.woodpecker/build-cpp-qt.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ steps:
4747
environment: *environment
4848
commands:
4949
- cd libre-graph-api-cpp-qt-client
50+
- git config user.email devops@opencloud.eu
51+
- git config user.name "OpenCloud Devops"
5052
- git tag -a ${CI_COMMIT_TAG} -m "release $CI_COMMIT_TAG"
5153
when:
5254
- event: tag

.woodpecker/build-go.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ steps:
4747
environment: *environment
4848
commands:
4949
- cd libre-graph-api-go
50+
- git config user.email devops@opencloud.eu
51+
- git config user.name "OpenCloud Devops"
5052
- git tag -a ${CI_COMMIT_TAG} -m "release $CI_COMMIT_TAG"
5153
when:
5254
- event: tag

.woodpecker/build-php.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ steps:
4747
environment: *environment
4848
commands:
4949
- cd libre-graph-api-php
50+
- git config user.email devops@opencloud.eu
51+
- git config user.name "OpenCloud Devops"
5052
- git tag -a ${CI_COMMIT_TAG} -m "release $CI_COMMIT_TAG"
5153
when:
5254
- event: tag

.woodpecker/build-typescript-axios.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ steps:
4747
environment: *environment
4848
commands:
4949
- cd libre-graph-api-typescript-axios
50+
- git config user.email devops@opencloud.eu
51+
- git config user.name "OpenCloud Devops"
5052
- git tag -a ${CI_COMMIT_TAG} -m "release $CI_COMMIT_TAG"
5153
when:
5254
- event: tag

0 commit comments

Comments
 (0)