Skip to content

Commit

Permalink
fix(build):semantic failure fix (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Rushil <rushil.v@ibm.com>

Signed-off-by: Rushil <rushil.v@ibm.com>
Co-authored-by: Rushil <rushil.v@ibm.com>
  • Loading branch information
Rishi-web and Rushil committed Dec 5, 2022
1 parent 7776874 commit 4be960a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ current_version = 0.9.0
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

[bumpversion:file:common/version.go]
search = const Version = "{current_version}"
replace = const Version = "{new_version}"

[bumpversion:file:README.md]
search = {current_version}
replace = {new_version}
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,18 @@ cover.*
**/coverage.out
**/coverage.tmp
*.coverprofile

.env

# SDK generator
.openapi-generator-ignore
.openapi-generator/VERSION

# IDE files
*.idea
*.log

# files produced by "npm install" commands during build
package.json
package-lock.json
node_modules/

0 comments on commit 4be960a

Please sign in to comment.