From cfb9f04144a6f76392246efca063a9ddcaf6d761 Mon Sep 17 00:00:00 2001 From: chathurapathiranage Date: Thu, 29 Aug 2024 10:20:47 +0530 Subject: [PATCH] changes on changelog and script --- payment_sdk/CHANGELOG.md | 8 ++++++++ payment_sdk/scripts/publish.sh | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/payment_sdk/CHANGELOG.md b/payment_sdk/CHANGELOG.md index 287c672..75ae90a 100644 --- a/payment_sdk/CHANGELOG.md +++ b/payment_sdk/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.1.0 - 2023-08-29 + +### Added +- New translations + +### Changed +- UI improvements + ## 0.0.7 - 2023-08-12 ### Added diff --git a/payment_sdk/scripts/publish.sh b/payment_sdk/scripts/publish.sh index 80d9954..78002d3 100755 --- a/payment_sdk/scripts/publish.sh +++ b/payment_sdk/scripts/publish.sh @@ -139,12 +139,12 @@ echo "Publishing release to npm" npm publish --access=public echo "Pushing git commit and tag" -git add package.json ../example/package.json -git commit -m "Update package.json and example package.json to version $NEW_VERSION" +# git add package.json ../example/package.json +# git commit -m "Update package.json and example package.json to version $NEW_VERSION" git push --follow-tags echo "Updating the main branch" -git push origin main +# git push origin main echo "Publish successful!" echo ""