From e8e20a35d9f86224aa19e46726aa599a04fe29e2 Mon Sep 17 00:00:00 2001 From: Phil Adams Date: Fri, 24 Feb 2023 11:40:36 -0500 Subject: [PATCH] fix: fix v5-related errors (#178) Signed-off-by: Phil Adams --- .bumpversion.cfg | 2 +- CONTRIBUTING.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ec2a536..0293f84 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -3,7 +3,7 @@ current_version = 5.12.2 commit = True message = Update version numbers from {current_version} -> {new_version} [skip ci] -[bumpversion:file:v5/core/version.go] +[bumpversion:file:core/version.go] search = __VERSION__ = "{current_version}" replace = __VERSION__ = "{new_version}" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c47c7c7..49dbf30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ If you want to contribute to the repository, here's a quick guide: Others might be added in the future. To run a specific class of tests (example 'retries'), use a command like this: ``` - cd v5/core + cd core go test -tags=retries ``` diff --git a/README.md b/README.md index 6a428d9..39df4d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://app.travis-ci.com/IBM/go-sdk-core.svg?branch=main)](https://app.travis-ci.com/IBM/go-sdk-core) [![Release](https://img.shields.io/github/v/release/IBM/go-sdk-core)](https://github.com/IBM/go-sdk-core/releases/latest) -![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/IBM/go-sdk-core?filename=v5/go.mod) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/IBM/go-sdk-core?filename=go.mod) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![CLA assistant](https://cla-assistant.io/readme/badge/ibm/go-sdk-core)](https://cla-assistant.io/ibm/go-sdk-core)