Skip to content

Commit

Permalink
fix after-release CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Feb 12, 2024
1 parent a05f66f commit 90512b6
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:

- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
with:
branch: after-release
commit_message: "TASK: Updating version in README"
commit_author: ct-sdks[bot] <${{ steps.get_app_user.outputs.email }}>
commit_user_name: ct-sdks[bot]
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@

# 17.6.0 (2024-02-12)

## What's Changed
* Search builder by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/542
* Remove the incorrect lines by @johthor in https://github.com/commercetools/commercetools-sdk-java-v2/pull/558
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/557
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/561
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/562
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/563
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/564
* chore(deps): update all dependencies by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/549
* chore(deps): update stefanzweifel/git-auto-commit-action digest to 12f6863 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/532
* update mockito by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/565
* chore(deps): pin dependencies by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/566
* chore(deps): update all dependencies by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/567
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/570
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/571
* update dependencies by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/572
* Add datadog monitoring module by @lojzatran in https://github.com/commercetools/commercetools-sdk-java-v2/pull/568

## New Contributors
* @johthor made their first contribution in https://github.com/commercetools/commercetools-sdk-java-v2/pull/558

**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.5.0...17.6.0

# 17.5.0 (2024-01-22)

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
```gradle
ext {
versions = [
commercetools: "17.5.0"
commercetools: "17.6.0"
]
}
Expand All @@ -42,7 +42,7 @@ dependencies {

```maven
<properties>
<commercetools.version>17.5.0</commercetools.version>
<commercetools.version>17.6.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-okhttp3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</plugins>
</build>
<properties>
<commercetools.version>17.5.0</commercetools.version>
<commercetools.version>17.6.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-okhttp4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</plugins>
</build>
<properties>
<commercetools.version>17.5.0</commercetools.version>
<commercetools.version>17.6.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-newrelic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "17.5.0",
commercetools: "17.6.0",
newrelic: "8.0.1"
]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-otel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "17.5.0",
commercetools: "17.6.0",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spotless {

ext {
versions = [
commercetools: "17.5.0",
commercetools: "17.6.0",
newrelic: "7.7.0"
]
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Mon Jan 22 09:52:47 UTC 2024
#Mon Feb 12 10:59:55 CET 2024
kotlinVersion=1.5.30
org.gradle.jvmargs=-Xmx2048m
version=17.6.0-SNAPSHOT
version=17.7.0-SNAPSHOT

0 comments on commit 90512b6

Please sign in to comment.