Skip to content

Commit dcebf2f

Browse files
authored
chore: merge pull request #77 from addon-stack/develop
2 parents fe8f597 + 81db4e1 commit dcebf2f

File tree

8 files changed

+298
-550
lines changed

8 files changed

+298
-550
lines changed

.mailmap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Addon Stack <addonbonedev@gmail.com> <191148085+addon-stack@users.noreply.github.com>
1+
Addon Stack <addonbonedev@gmail.com> <191148085+addon-stack@users.noreply.github.com>
2+
Addon Stack <addonbonedev@gmail.com> <addon-stack@users.noreply.github.com>

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules/
33
dist/
44
build/
55
addon/
6-
src/cli/entrypoint/file/tests/fixtures/
6+
src/cli/entrypoint/file/tests/fixtures/
7+
CHANGELOG.md

.release-it.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const types = new Map([
9797
["perf", "⚡️ Performance Improvements"],
9898
["refactor", "🛠️ Refactoring"],
9999
["docs", "📝 Documentation"],
100-
["test", "Tests"],
100+
["test", "🧪 Tests"],
101101
["build", "🏗️ Build System"],
102102
["ci", "🤖 CI"],
103103
["chore", "🧹 Chores"],

0 commit comments

Comments
 (0)