Skip to content

Commit

Permalink
changes on changelog and script
Browse files Browse the repository at this point in the history
  • Loading branch information
chathurapathiranage committed Aug 29, 2024
1 parent 79118bb commit cfb9f04
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions payment_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions payment_sdk/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit cfb9f04

Please sign in to comment.