Skip to content

Commit

Permalink
Chore: Remove emoji from automated commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Dec 20, 2022
1 parent ef812e4 commit ecc7b61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
schedule:
interval: monthly
commit-message:
prefix: '📦 '
prefix: 'Upgrade: '
labels:
- upgrade
versioning-strategy: increase-if-necessary
Expand All @@ -18,4 +18,4 @@ updates:
schedule:
interval: weekly
commit-message:
prefix: '⚙️ '
prefix: 'Chore: '
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
title: '🔖 Publish release'
title: 'Chore: Publish release'
# This expects you to have a script called release which does a build
# for your packages and calls changeset publish
publish: npm run release
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message = "🔖 Release %s"
message = "Chore: Release %s"
# @zazen/eslint-config has a peerDep of `typescript` due to the TS-related
# plugins it includes, but they're not used here so we don't need it.
strict-peer-dependencies = false

0 comments on commit ecc7b61

Please sign in to comment.