feat: mark automated Transifex updates as fixes

Marking this a `feat` because it's effectively a versioning scheme
change.
This commit is contained in:
Christopher Willis-Ford 2023-12-20 12:09:33 -08:00
parent a1c217bc1d
commit 94c3353f54
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ jobs:
echo "MADE_CHANGES=false" >> "$GITHUB_OUTPUT"
echo "Nothing to commit."
else
git commit -m "pull new editor translations from Transifex"
git commit -m "fix: pull new editor translations from Transifex"
echo "MADE_CHANGES=true" >> "$GITHUB_OUTPUT"
git push
fi

View file

@ -11,5 +11,5 @@ npm run test
# commit any updates and push. Build and release should happen on the push not here.
git add .
git commit -m "pull new editor translations from Transifex"
git commit -m "fix: pull new editor translations from Transifex"
git push https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git HEAD:master