Skip to content

Commit

Permalink
adding a change to update the swagger doc version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Nov 21, 2023
1 parent 0500e6e commit fc13fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
sed -i "/^version:/c\version: \"$NEW_VERSION\"" ./helm/Chart.yaml
sed -i "/^appVersion:/c\appVersion: \"$NEW_VERSION\"" ./helm/Chart.yaml
sed -i "/^var ver =/c\var ver = \"$NEW_VERSION\"" ./src/main.go
sed -i "/^// @version/c\// @version $NEW_VERSION" ./src/main.go
git checkout -b release/$NEW_VERSION
Expand Down

0 comments on commit fc13fe6

Please sign in to comment.