Please use aurpublish for publishing:
# Like so...
aurpublish roseateHowever you must commit your changes first for them to be pushed with this command.
To add an AUR package use the -p command like so:
aurpublish -p roseateMore information at their man page: https://man.archlinux.org/man/aurpublish.1#EXAMPLES
To skip pre-commit hooks (in rare scenarios) you can use --no-verify:
git commit -m "good commit message" --no-verify