Skip to content

Commit 403436b

Browse files
authored
Prep beta10 release (#766)
* Prep beta10 release * trigger gitlab deploy on tags
1 parent e04019a commit 403436b

File tree

3 files changed

+3
-26
lines changed

3 files changed

+3
-26
lines changed

.github/workflows/prepare-release.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ deploy_to_sonatype:
1111
stage: deploy_to_sonatype
1212
tags: [ "runner:docker", "size:large" ]
1313
image: maven:3.6.3-jdk-8-slim
14-
when: manual
14+
only:
15+
- tags
1516
script:
1617
# Ensure we don't print commands being run to the logs during credential
1718
# operations

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>datadog-api-client</artifactId>
55
<packaging>jar</packaging>
66
<name>datadog-api-client</name>
7-
<version>1.0.0-beta10-SNAPSHOT</version>
7+
<version>1.0.0-beta10</version>
88
<url>https://github.com/DataDog/datadog-api-client-java</url>
99
<description>Java client library for Datadog API</description>
1010
<scm>

0 commit comments

Comments
 (0)