Skip to content

Commit 084b947

Browse files
Jonas Bromsdmwelch
Jonas Broms
andauthored
Recreate the commitizen logo in png & svg format (#878)
* Recreate the commitizen logo in png & svg format * refactor(logos): dynamically generate pngs from svg files re #800 * build(generate.sh): fix existance checking for cairosvg executable in build envs Co-authored-by: Dave Welch <[email protected]>
1 parent dc9c85f commit 084b947

File tree

5 files changed

+166
-1
lines changed

5 files changed

+166
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ artifacts/
55
/dist
66
npm-debug.log
77
.nyc_output
8-
test/tools/trigger-appveyor-tests.sh
8+
test/tools/trigger-appveyor-tests.sh
9+
logo/*.png

jobs/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- script: npm install
2828
- script: npm run build
2929
- script: npm test && npm run write-coverage
30+
- script: bash logo/generate.sh
3031
- task: PublishTestResults@2
3132
displayName: 'Publish Test Results'
3233
inputs:

logo/commitizen-logo-color.svg

+5
Loading

0 commit comments

Comments
 (0)