Skip to content

Commit

Permalink
Merge pull request #30 from IBM/1.3.1-3c7f96177af216966b0305c18da5062…
Browse files Browse the repository at this point in the history
…0246e1c2d-68d5ec27430bcbe08f3812805381d927d062c284-a98c72efe07492886b3ad408268446abfa8dc15e

Update Event Streams java SDK v1.3.1 at 1724967200
  • Loading branch information
JunliWang authored Aug 30, 2024
2 parents 7f35a36 + 7e97b2b commit 65a8c65
Show file tree
Hide file tree
Showing 162 changed files with 1,258 additions and 3,280 deletions.
9 changes: 0 additions & 9 deletions .bumpversion.cfg

This file was deleted.

9 changes: 9 additions & 0 deletions .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tool.bumpversion]
current_version = "0.0.1"
commit = true
message = "Update version {current_version} -> {new_version}"

[[tool.bumpversion.files]]
filename = "README.md"
search = "{current_version}"
replace = "{new_version}"
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "bump2version --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
"prepareCmd": "bump-my-version bump --allow-dirty --current-version ${lastRelease.version} --new-version ${nextRelease.version}"
}
],
[
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ stages:
before_install:
- sudo apt-get update
- env | grep TRAVIS
- pyenv global 3.8

jobs:
include:
Expand All @@ -53,7 +54,7 @@ jobs:
# - node --version
# - npm --version
# - npm install
# - pip install --user bump2version
# - pip install --user bump-my-version
# script:
# - npm run semantic-release
#
Expand Down
Loading

0 comments on commit 65a8c65

Please sign in to comment.