Skip to content

Commit

Permalink
[ARE] Automated releasing change
Browse files Browse the repository at this point in the history
  • Loading branch information
ponsfrilus committed Dec 11, 2024
1 parent e643487 commit 06a5dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

All notable changes to this project will be documented in this file.

## v2.1.3
* Check price limit at 5000
## v2.2.1
* AllowDynamicProperties for PHP 8.2

## v2.1.3
* Check price limit at 5000
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ commit:
read -p "Would you like to git add and commit all? [Yy]: " -n 1 -r; \
if [[ $$REPLY =~ ^[Yy]$$ ]]; then \
git commit -am "[ARE] Automated releasing change" ; \
@git push ; \
@git status ; \
git push ; \
git status ; \
else \
echo -e "\nAborting....\n"; \
exit 1; \
Expand Down

0 comments on commit 06a5dba

Please sign in to comment.