Skip to content

Commit

Permalink
Recreate the commitizen logo in png & svg format (#878)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Jonas Broms and dmwelch committed Nov 30, 2021
1 parent dc9c85f commit 084b947
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ artifacts/
/dist
npm-debug.log
.nyc_output
test/tools/trigger-appveyor-tests.sh
test/tools/trigger-appveyor-tests.sh
logo/*.png
1 change: 1 addition & 0 deletions jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- script: npm install
- script: npm run build
- script: npm test && npm run write-coverage
- script: bash logo/generate.sh
- task: PublishTestResults@2
displayName: 'Publish Test Results'
inputs:
Expand Down
5 changes: 5 additions & 0 deletions logo/commitizen-logo-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 084b947

Please sign in to comment.