Skip to content

Commit

Permalink
. e bump version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 10, 2024
1 parent c900405 commit 619fc17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.4.5
## 0.4.6

- Test script for create release tag for autopublish

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add the following to your `pubspec.yaml` file:

```yaml
dependencies:
approval_tests: ^0.4.5
approval_tests: ^0.4.6
```
## 📚 How to use
Expand Down
6 changes: 3 additions & 3 deletions bash/push_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ else
echo "Version $VERSION is ready to be tagged and pushed."

# Configure git user
git config --local user.email "you@example.com"
git config --local user.name "Your Name"
git config --local user.email "e99xxx@gmail.com"
git config --local user.name "Yelaman"

# Fetch tags from the remote to update local reference
git fetch --tags
Expand All @@ -37,6 +37,6 @@ else
# Create a tag in Git with the new version
echo "Publishing..."
git tag -a "v$VERSION" -m "Release version $VERSION"
git push origin "v$VERSION"
git push origin v$VERSION
fi
fi
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# * 0.0.4 for a minor release.
name: approval_tests
description: Approval Tests implementation in Dart. Inspired by ApprovalTests.
version: 0.4.5
version: 0.4.6
repository: https://github.com/approvals/ApprovalTests.Dart
homepage: https://github.com/approvals/ApprovalTests.Dart.git
issue_tracker: https://github.com/approvals/ApprovalTests.Dart/issues
Expand Down

0 comments on commit 619fc17

Please sign in to comment.